-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
41 lines (38 loc) · 1.05 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
[metadata]
# replace with your username:
name = astroedu
version = 0.4.3a0
author = Dimitrios Theodorakis
author_email = [email protected]
description = A python package for astronomy educators
keywords = astronomy education astrophysics
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/astroDimitrios/astroedu
project_urls =
Bug Tracker = https://github.com/astroDimitrios/astroedu/issues
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
numpy >= 1.20.0
scipy >= 1.6.0
matplotlib >= 3.3.0
pandas >= 1.1
jupyterlab >= 3.0.0
ipywidgets >= 7.6.0
fire >= 0.4.0
importlib-resources >= 5.1.2
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
astroedu = astroedu.__main__:main