Compare commits

...

2 Commits

Author SHA1 Message Date
Alfred Wingate 7ac854dc61
Add changelog to python metadata
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-11-16 04:43:44 +02:00
Alfred Wingate 0551629a9a
Update MANIFEST.in
* Missed in previous changes

Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-11-16 04:39:25 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
include AUTHORS
include CHANGELOG.rst
include LICENSE
include README.rst
include TODO
include setup.py
include pyproject.toml
recursive-include bin *
recursive-include man *
recursive-include pym *.py
recursive-include src *.py

View File

@ -22,6 +22,7 @@ dynamic = ["version"]
[project.urls]
homepage = "https://gitlab.com/src_prepare/euscan-ng"
changelog = "https://gitlab.com/src_prepare/euscan-ng/-/blob/master/CHANGELOG.rst"
[tool.setuptools]
script-files = ["bin/euscan"]