Skip to content

Commit d830f12

Browse files
committed
Make ready for first release
1 parent b0dd8aa commit d830f12

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Anisette"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Anisette provider"
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -13,6 +13,10 @@ dependencies = [
1313
"unicorn>=2.1.1",
1414
]
1515

16+
[project.scripts]
17+
ani = "anisette.cli:app"
18+
anisette = "anisette.cli:app"
19+
1620
[dependency-groups]
1721
dev = [
1822
"furo>=2024.8.6",
@@ -70,9 +74,8 @@ pythonpath = [
7074
"."
7175
]
7276

73-
[project.scripts]
74-
ani = "anisette.cli:app"
75-
anisette = "anisette.cli:app"
77+
[tool.setuptools]
78+
license-files = []
7679

7780
[build-system]
7881
requires = ["setuptools", "setuptools-scm"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)