init
This commit is contained in:
20
setup.cfg
Normal file
20
setup.cfg
Normal 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
|
||||
Reference in New Issue
Block a user