-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
42 lines (32 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
39
40
41
42
[metadata]
name = colorcolor
version = 0.0
summary = color-color classification for extrasolar giant planets
description-file = README.md
author = Natasha Batalha at Space Telescope Science Institute
author-email = [email protected]
home-page = https://natashabatalha.github.io
url = https://github.com/natashabatalha/colorcolor
; Add this line to the classifier options if your project supports Python 3:
Programming Language :: Python :: 3
classifier =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
[files]
packages =
colorcolor
; colorcolor.AlbUI
;scripts = colorcolor/explore_albedos
;package_data =
; colorcolor.AlbUI = *.js
# [install_data]
# pre-hook.glob-data-files = stsci.distutils.hooks.glob_data_files
[zest.releaser]
release = no
[backwards_compat]
use_2to3 = True
zip_safe = False