feat: added setup files
This commit is contained in:
24
setup.cfg
Normal file
24
setup.cfg
Normal 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 = .
|
||||
|
||||
|
Reference in New Issue
Block a user