pbr-ayct-core/setup.cfg

24 lines
606 B
INI
Raw Normal View History

2021-11-16 16:35:01 +01:00
[metadata]
2021-11-21 13:28:00 +01:00
name = pbrAyctCore
2021-11-16 16:35:01 +01:00
version = 0.0.1
author = Ramon Dyzman
author_email = ramon.dyzman@gmail.com
description = A small example package
2021-11-21 13:28:00 +01:00
long_description = file: readme.md
2021-11-16 16:35:01 +01:00
long_description_content_type = text/markdown
url = https://git.wmi.amu.edu.pl/s415366/pbr-ayct-core
project_urls =
Bug Tracker = https://github.com/pypa/sampleproject/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src