-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
33 lines (28 loc) · 868 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
33
[metadata]
name = SolarGUI
version = 0.1.6
url = https://github.com/AstrophysicsAndPython/SolarGUI
author = Astrophysics and Python, Syed Ali Mohsin Bukhari
author_email = [email protected], [email protected]
license = MIT
license_files = LICENSE
description = A program which contains information about the solar system planets, moon, pluto, Sun, and more.
long_description = file: README.md
long_description_content_type = "text/markdown"
[options]
package_dir =
= src
packages = find:
python_requires = ">= 3.7.*, <3.10.*"
install_requires =
astropy>=4.3.1
numpy>=1.21.6
setuptools>=59.6.0
pillow>=9.1.1
[options.packages.find]
where = src
classifiers =
License :: OSI Approved :: CC License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9