forked from Swift-SOT/swifttools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (37 loc) · 1.02 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
[metadata]
name = swifttools
version = 3.0.22
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
install_requires =
requests
python-jose
pandas
tabulate
numpy
boto3
[bdist_wheel]
universal = 0
python-tag = py36