21 lines
436 B
INI
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
|