forked from cta-observatory/pyirf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (26 loc) · 1012 Bytes
/
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
[metadata]
name = pyirf
description = A python library to calculate IACT IRFs and Sensitivities
url = https://github.com/cta-observatory/pyirf
author = CTA Consortium, Analysis and Simulation Working Group
author_email = maximilian.noethe@tu-dortmund.de
license = MIT
long_description = file: README.rst
github_project = cta-observatory/pyirf
project_urls =
Bug Tracker = https://github.com/cta-observatory/pyirf/issues
Documentation = https://cta-observatory.github.io/pyirf
Source Code = https://github.com/cta-observatory/pyirf
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
requires-dist = setuptools
[options]
python_requires = >=3.6