renamed source directory
This commit is contained in:
parent
994481e7fe
commit
113ec3130c
@ -18,7 +18,9 @@
|
||||
|
||||
# `nix build`
|
||||
packages = forAllSystems (system: {
|
||||
default = pkgs.${system}.poetry2nix.mkPoetryApplication {projectDir = self;};
|
||||
default = pkgs.${system}.poetry2nix.mkPoetryApplication {
|
||||
projectDir = self;
|
||||
};
|
||||
});
|
||||
|
||||
# `nix develop`
|
||||
|
@ -4,14 +4,14 @@ version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Kristian Krsnik <git@krsnik.at>"]
|
||||
readme = "README.md"
|
||||
packages = [{ include = "outage_detector" }]
|
||||
packages = [{ include = "src" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "2.29.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
outage-detector = "outage_detector.main:main"
|
||||
outage-detector = "src.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
Reference in New Issue
Block a user