-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.08 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
43
44
45
46
47
48
[metadata]
name = equatorpy
version = 1.2.2
author = Maddy Guthridge
author_email = hello@maddyguthridge.com
description = An advanced symbolic calculator and maths interpreter
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MaddyGuthridge/Equator
project_urls =
Bug Tracker = https://github.com/MaddyGuthridge/Equator/issues
classifiers =
Programming Language :: Python :: 3
Intended Audience :: Education
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Console :: Curses
keywords =
equator
calculator
symbolic
math
equation
sympy
json
cli
[options]
packages = find:
install_requires =
sympy
colorama
windows-curses >= 2.2.0;platform_system=='Windows'
python_requires = >=3.6
[options.entry_points]
console_scripts =
equator = equator:main
[options.packages.find]
where = .
include =
equator
equator.*
exclude =
tests