Compare commits

..

No commits in common. "7ac854dc61f649a7b1aea74319086830a05e0c67" and "17c4e19bc5cff2ea4dbc59eb28399ad077c7eec4" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

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

View File

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