diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-15 13:44:16 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-15 13:44:16 +0200 |
| commit | 2e0755cc68e14bda95abe9472754ae5f4e760a04 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pyproject.toml | |
| parent | cd812332b9000e58665585e9c3fadc30470a9a6d (diff) | |
Remove all old files before migration
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 |
