This commit is contained in:
Martin Fencl
2022-07-13 18:43:52 +02:00
commit d9bee53a00
22 changed files with 419 additions and 0 deletions

20
setup.cfg Normal file
View File

@@ -0,0 +1,20 @@
[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