-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
39 lines (36 loc) · 1.08 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 = atm
version = file: atm/version.py
author = Joachim Moeyens, Zeljko Ivezic
author-email = [email protected]
home-page = https://github.com/moeyensj/atm
description = Asteriod thermal modeling in Python
long-description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
license-file = LICENSE.md
keywords = astronomy, astrophysics, space, science, asteroids, comets, solar system
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[options]
python_requires = >= 3.6
packages = find:
setup_requires =
setuptools >= 42
wheel
setuptools_scm
pytest_runner
tests_require = pytest
[options.package_data]
atm = models/tables/*.npz
[aliases]
test=pytest