-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
39 lines (38 loc) · 1.04 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
[metadata]
name = swifttools
description = Tools for users of the Swift satellite
long_description = file: README.md
long_description_content_type = text/markdown
author = Phil A. Evans
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Natural Language :: English
url = https://github.com/Swift-SOT/swifttools
[options]
zip_safe = False
packages = find:
platforms = any
include_package_data = True
python_requires = >= 3.6
setup_requires =
setuptools_scm
install_requires =
requests
python-jose
pandas
tabulate
numpy
boto3
[bdist_wheel]
universal = 0
python-tag = py36