-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (45 loc) · 1.08 KB
/
setup.cfg
File metadata and controls
47 lines (45 loc) · 1.08 KB
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
[metadata]
license_file = LICENSE
[bdist_wheel]
universal=0
# [metadata]
# name = spacetracktool
# author = Engineero
# author-email = engineerolabs@gmail.com
# description = A Python API for querying space-track.org
# description-file = README.rst
# project_urls =
# Source Code = https://github.com/Engineero/spacetracktool
# license = MIT
# classifier =
# Development Status :: 4 - Beta
# Environment :: Console
# Intended Audience :: Developers
# Intended Audience :: Science/Research
# License :: OSI Approved :: MIT License
# Natural Language :: English
# Operating System :: OS Independent
# Programming Language :: Python
# Programming Language :: Python :: 3
# Topic :: Scientific/Engineering
# Topic :: Scientific/Engineering :: Astronomy
# Topic :: Utilities
# keywords =
# space
# spacetrack
# elset
# tle
# satellite
#
# [files]
# packages =
# spacetracktool
#
# [pbr]
# autodoc_index_modules = True
#
# [build_sphinx]
# builders = html,man
# source-dir = doc/source
# build-dir = doc/build
# all-files = 1