-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsetup.cfg
49 lines (43 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
[aliases]
test=pytest
[bdist_wheel]
universal=1
[coverage:run]
source = gcn
omit = gcn/tests/*
parallel = True
concurrency =
thread
[metadata]
name = pygcn
license = GPL-2+
author = Leo Singer
author_email = leo.singer@ligo.org
url = https://github.com/lpsinger/pygcn
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: POSIX
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet
Topic :: Scientific/Engineering :: Astronomy
[options]
packages = find:
install_requires =
lxml
six
tests_require =
pytest
[options.entry_points]
console_scripts =
pygcn-listen = gcn.cmdline:listen_main
pygcn-serve = gcn.cmdline:serve_main
pygcn-threaded-listen = gcn.cmdline:threaded_listen_main
[options.package_data]
gcn.tests.data = *.xml