-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (40 loc) · 1.33 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = hit_acs
version = 20.11.0
url = https://github.com/hibtc/hit_acs
description = Tools for the accelerator control system of the HIT facility.
long_description = file: README.rst, CHANGES.rst
author = Thomas Gläßle
author_email = [email protected]
maintainer = Cristopher Cortés
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Healthcare Industry
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering :: Medical Science Apps.
Topic :: Scientific/Engineering :: Physics
long_description_content_type = text/x-rst
[options]
packages = hit_acs
zip_safe = true
include_package_data = true
python_requires = >=2.7
install_requires =
pydicti>=0.0.4
importlib_resources
[options.entry_points]
gui_scripts =
hit_acs = hit_acs.gui_wx:main
[bdist_wheel]
universal = true
[flake8]
# codes: https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
# default: ignore = E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505
ignore = E126,E226,E221,E241,W503,W504,E741
max-line-length = 84
max-complexity = 11
exclude = docs,.git,build,__pycache__,dist,hit_models