-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (28 loc) · 893 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
26
27
28
29
30
31
32
[metadata]
name = picaso
version = 2.2
summary = planetary intesity code for atmospheric scattering observations
description-file = README.md
author = Natasha Batalha at UCSC
author-email = [email protected]
home-page = https://natashabatalha.github.io
url = https://github.com/natashabatalha/picaso
; 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 =
picaso
# [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