boilerplate-py/setup.cfg

30 lines
623 B
INI
Raw Normal View History

2022-01-11 15:44:16 +01:00
[metadata]
name = ${REPO_NAME}
2022-01-11 15:44:16 +01:00
version = 0.0.1
author = ${REPO_OWNER_TITLE}
2022-01-11 15:44:16 +01:00
author_email = mail@placeholder123.to
description = ${REPO_DESCRIPTION}
2022-01-11 15:44:16 +01:00
long_description = file: README.md
long_description_content_type = text/markdown
2022-01-11 16:06:02 +01:00
url = https://git.fajnberg.de${REPO_LINK}
2022-01-11 15:44:16 +01:00
project_urls =
2022-01-11 16:06:02 +01:00
Bug Tracker = https://git.fajnberg.de${REPO_LINK}/issues
2022-01-11 15:44:16 +01:00
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3
install_requires =
...
[options.extras_require]
dev =
coverage
[options.packages.find]
where = src