eive-tmtc/setup.cfg

54 lines
1.3 KiB
INI
Raw Normal View History

2022-05-17 14:28:17 +02:00
[metadata]
2022-11-29 16:04:30 +01:00
name = eive-tmtc
2022-05-17 14:28:17 +02:00
description = TMTC Commander EIVE
2022-11-29 16:53:29 +01:00
version = attr: eive_tmtc.__version__
2022-05-17 14:28:17 +02:00
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
2023-01-16 14:22:25 +01:00
author = Robin Mueller, Jakob Meier
2022-05-17 14:28:17 +02:00
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 =
2023-01-16 14:53:38 +01:00
# tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a1
2023-01-18 11:48:51 +01:00
tmtccmd @ git+https://github.com/robamu-org/tmtccmd@667913bd7dd#egg=tmtccmd
2022-05-17 14:28:17 +02:00
packages = find:
2023-01-16 14:06:07 +01:00
python_requires = >=3.10
include_package_data = True
2022-05-17 14:28:17 +02:00
[options.extras_require]
mib =
[flake8]
max-line-length = 100
ignore = D203, W503
exclude =
.git,
__pycache__,
docs/conf.py,
old,
build,
dist,
venv
max-complexity = 10
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,