Files
skeleton-small_project/setup.cfg
Martin Fencl d9bee53a00 init
2022-07-13 18:43:52 +02:00

21 lines
436 B
INI

[metadata]
name = small_project
version = file: VERSION.txt
author = Princip a. s.
author_email = lab-sw@eurowag.com
description = TBD
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.princip.cz/lab/sw/small_project
classifiers =
Programming Language :: Python :: 3
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src