remove setup.cfg all together
This commit is contained in:
parent
ddf1900376
commit
cf342fb14c
39
setup.cfg
39
setup.cfg
@ -1,39 +0,0 @@
|
|||||||
# Obsolete and to be removed soon
|
|
||||||
[metadata]
|
|
||||||
name = eive-tmtc
|
|
||||||
description = TMTC Commander EIVE
|
|
||||||
version = attr: eive_tmtc.__version__
|
|
||||||
long_description = file: README.md
|
|
||||||
long_description_content_type = text/markdown
|
|
||||||
license = Apache-2.0
|
|
||||||
author = Robin Mueller, Jakob Meier
|
|
||||||
author_email = muellerr@irs.uni-stuttgart.de
|
|
||||||
platform = any
|
|
||||||
|
|
||||||
url = https://egit.irs.uni-stuttgart.de/eive/eive-tmtc
|
|
||||||
classifiers =
|
|
||||||
Development Status :: 5 - Production/Stable
|
|
||||||
Intended Audience :: Developers
|
|
||||||
License :: OSI Approved :: Apache Software License
|
|
||||||
Natural Language :: English
|
|
||||||
Operating System :: POSIX
|
|
||||||
Operating System :: Microsoft :: Windows
|
|
||||||
Programming Language :: Python :: 3
|
|
||||||
Programming Language :: Python :: 3.8
|
|
||||||
Programming Language :: Python :: 3.9
|
|
||||||
Topic :: Communications
|
|
||||||
Topic :: Software Development :: Libraries
|
|
||||||
Topic :: Software Development :: Libraries :: Python Modules
|
|
||||||
Topic :: Scientific/Engineering
|
|
||||||
|
|
||||||
[options]
|
|
||||||
install_requires =
|
|
||||||
tmtccmd ~= 4.0
|
|
||||||
python-dateutil ~= 2.8
|
|
||||||
# tmtccmd @ git+https://github.com/robamu-org/tmtccmd@<gitRev>#egg=tmtccmd
|
|
||||||
packages = find:
|
|
||||||
python_requires = >=3.10
|
|
||||||
include_package_data = True
|
|
||||||
|
|
||||||
[options.extras_require]
|
|
||||||
mib =
|
|
Loading…
x
Reference in New Issue
Block a user