-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
26 lines (23 loc) · 949 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
[metadata]
name = mathtuples
version = 2.0
author = Dallas Fraser, Nidhin Pattaniyil, David Stalnaker, Frank Tompa, and Richard Zanibbi
author_email = [email protected]
description = Creates math tuples from MathML
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Intended Audience :: Developers
# This includes the license file(s) in the wheel.
# https://wheel.readthedocs.io/en/stable/user_guide.html
#including-license-files-in-the-generated-wheel-file
license_files = LICENSE.txt
url = https://github.com/fwtompa/mathtuples
keywords = MathIR, MathML formula retrieval, Tangent-L, MathDowsers, math tuples
[options]
python_requires = >=3
[options.package_data]
mathtuples = testFiles/*.html, testFiles/*.xml