renamed source directory
This commit is contained in:
parent
cfeb253cac
commit
6e44ec4935
@ -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 = "A DNS updater"
|
||||
authors = ["Kristian Krsnik <git@krsnik.at>"]
|
||||
readme = "README.md"
|
||||
packages = [{ include = "dyn_gandi" }]
|
||||
packages = [{ include = "src" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "2.29.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
dyn-gandi = "dyn_gandi.main:main"
|
||||
dyn-gandi = "src.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
Reference in New Issue
Block a user