-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (36 loc) · 928 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
34
35
36
37
38
[metadata]
name = curver
version = 0.5.0
description = 'For calculations in the curve complex'
long_description = file: README.rst
long_description_content_type = text/rst
url = https://github.com/MarkCBell/curver
author = Mark Bell
author_email = [email protected]
license = MIT
license_file = LICENSE
keywords =
mapping class group
mapping classes
laminations
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering :: Mathematics
[options]
python_requires = >= 3.6
packages = find:
zip_safe = False
include_package_data = True
install_requires =
decorator>=4.3.0
networkx>=2.0
numpy>=1.15.1
realalg>=0.3.1
[bdist_wheel]
universal = True