diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 1b3a14b..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,30 +0,0 @@ -[project] -name = "namehackclub" -version = "1.0.0" -description = "An exclusive club of geeks that own the domain hack to their name." -readme = "README.md" -requires-python = ">=3.8" -dependencies = [ - "click>=8.1.7", - "jinja2>=3.1.4", - "unidecode>=1.3.8", - "ymlstash>=1.2.1", -] - - -[dependency-groups] -dev = [ - "aiohttp>=3.10.10", - "requests>=2.32.3", -] - -[tool.uv] -package = true - -[tool.setuptools.packages.find] -include = ["cli"] - -[project.scripts] -cli = "cli:cli" -build = "cli.build:build" -serve = "cli.serve:serve"
\ No newline at end of file |
