forked from nasa-gcn/pygcn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
51 lines (46 loc) · 1.29 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
[aliases]
test=pytest
[coverage:run]
source = gcn
omit = gcn/tests/*
parallel = True
concurrency =
thread
[metadata]
name = pygcn
license = GPL-2+
license_file = LICENSE.md
description = Anonymous VOEvent client for receiving GCN/TAN notices in XML format
long_description = file:README.md
long_description_content_type = text/markdown
author = Leo Singer
author_email = leo.singer@ligo.org
url = https://github.com/nasa-gcn/pygcn
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet
Topic :: Scientific/Engineering :: Astronomy
project_urls =
Bug Tracker = https://github.com/nasa-gcn/pygcn/issues
Source Code = https://github.com/nasa-gcn/pygcn
[options]
packages = find:
python_version = >=3.7
install_requires =
lxml
tests_require =
pytest
[options.entry_points]
console_scripts =
pygcn-listen = gcn.cmdline:listen_main
pygcn-serve = gcn.cmdline:serve_main
[options.package_data]
gcn.tests.data = *.xml