-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
25 lines (23 loc) · 882 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
[metadata]
name = TransitFit
version = 3.3.17
author = Joshua Hayes and collaborators
author_email = Eamonn.Kerins@manchester.ac.uk
description = Package for fitting of transit light curves with host-characteristic-informed limb darkening
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SPEARNET/TransitFit
project_urls =
Documentation = https://transitfit.readthedocs.io/en/latest/index.html
keywords = exoplanets, transits, fitting
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Intended Audience :: Science/Research
Development Status :: 5 - Production/Stable
Natural Language :: English
Topic :: Scientific/Engineering :: Astronomy
[options]
packages = find:
python_requires = >=3.6