-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (31 loc) · 945 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (31 loc) · 945 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
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
dynamic = ['version']
name="Algebra_with_SymPy"
readme = 'ReadMe.md'
description="Equations that can be algebraicly manipulated."
authors=[{name = "Jonathan Gutow", email="gutow@uwosh.edu"}]
keywords=["symbolic algebra",
"computer algebra",
"CAS",
"calculations with units",
"sympy"
]
license="GPL-3.0+"
dependencies = [
"sympy-for-algebra ~= 1.13"
]
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent'
]
[project.urls]
Homepage = "https://gutow.github.io/Algebra_with_Sympy/"
Repository = "https://github.com/gutow/Algebra_with_Sympy"
Issues = "https://github.com/gutow/Algebra_with_Sympy/issues"