feat: added setup files

This commit is contained in:
2023-01-13 10:19:35 +01:00
parent 8da1dbdca1
commit dcb0d1c6ba
2 changed files with 28 additions and 0 deletions

24
setup.cfg Normal file
View File

@ -0,0 +1,24 @@
[metadata]
name = grum
version = 0.0.1
description = GUI for Remote Unified Monitoring
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.psi.ch/augustin_s/grum
project_urls =
Bug Tracker = https://gitlab.psi.ch/augustin_s/grum/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= .
packages = find:
python_requires = >=3.8
[options.packages.find]
where = .