-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (34 loc) · 878 Bytes
/
setup.cfg
File metadata and controls
37 lines (34 loc) · 878 Bytes
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
[metadata]
name = serpens
version = 0.0.2
author = Konstantin Malanchev
author_email = 'malanchev@physics.msu.ru'
description = Stellar snakes
long_description = file: README.md
url = 'http://phys.msu.ru'
license = MIT
keywords = sample, science, astrophysics
classifiers =
Intended Audience :: Science/Research
Intended Audience :: Education
License :: OSI Approved :: MIT License
Topic :: Education
Topic :: Scientific/Engineering :: Astronomy
Programming Language :: Python :: 3
# See full list on https://pypi.org/classifiers/
[options]
packages = find:
install_requires =
numpy>=1.13
scipy>=1.0
matplotlib>=2.0,<3.0
scripts =
bin/serpens
[options.entry_points]
console_scripts =
issnake = ser.snake:main
gui_scripts =
plotsnake = ser.snake:plot
[options.packages.find]
exclude =
test