forked from DiamondLightSource/atip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (49 loc) · 1.08 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
45
46
47
48
49
50
51
52
53
54
[metadata]
name = atip
version = 0.2.0
description = ATIP: Accelerator Toolbox Interface for Pytac
long-description = file: README.rst
author = Tobyn Nicholls
license = Apache License 2.0
url = https://github.com/dls-controls/atip
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
keywords = accelerator physics
[options]
packages =
atip
virtac
include_package_data = true
install_requires =
numpy
scipy
pytac>=0.3.0
accelerator-toolbox>=0.2.0
cothread
softioc
[options.entry_points]
console_scripts =
virtac = virtac.atip_ioc_entry:main
[coverage:run]
omit =
atip/ease.py
atip/utils.py
*/junk/*
*/venv*
[flake8]
# Make flake8 respect black's line length (default 88),
max-line-length = 88
exclude =
.git
atip/junk
venv*
docs
build
[bdist_wheel]
universal = 1