Changeset 06043fb in ammosreader
- Timestamp:
- 05/11/22 14:13:43 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 2e41b83, 7904fa5
- Parents:
- 47ea86d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
__init__.py
r47ea86d r06043fb 1 __version__ = "0.1.0" -
pyproject.toml
r47ea86d r06043fb 3 3 # sync with setup.py until we discard non-pep-517/518 4 4 "setuptools>=45.0", 5 "setuptools-scm[toml]>=6.2.3",6 5 "wheel", 7 6 ] 8 7 build-backend = "setuptools.build_meta" 9 8 10 [tool.setuptools_scm] 11 write_to = "src/_version.py" 9 [project] 10 name = "ammosreader" 11 12 [tool.setuptools] 13 version = "1.2.3" -
setup.cfg
r47ea86d r06043fb 4 4 long_description = file: README.md 5 5 long_description_content_type = text/text 6 url = http://gitlab.k id.local/kidzg/ammosreader6 url = http://gitlab.kokyou.de/enno/ammosreader 7 7 author = KIDZg 8 8 license = UNKNOWN … … 22 22 keywords = metadata 23 23 project_urls = 24 Source=http://gitlab.k id.local/kidzg/ammosreader24 Source=http://gitlab.kokyou.de/enno/ammosreader 25 25 26 26 [options] … … 36 36 setup_requires = 37 37 setuptools 38 setuptools-scm>=6.039 38 zip_safe = no 40 39 -
src/ammosreader/__init__.py
r47ea86d r06043fb 1 __version__ = "0.1.0"
Note:
See TracChangeset
for help on using the changeset viewer.