-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
62 lines (57 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[metadata]
name = ringspy
version = 1.0.2
author = Hao Yin
author_email = [email protected]
description = A geometric generation tool for prismatic cellular solids
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0
license_files = LICENSE
url = https://github.com/kingyin3613/ringspy/
platforms = unix, linux, osx, cygwin, win32
python_requires = ">=3.7"
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
Topic :: Software Development :: Libraries
[options]
packages =
ringspy
install_requires =
requests>=2
numpy
scipy
matplotlib>=3.2.2
hexalattice==1.2.1
vtk
setup_requires =
requests>=2
numpy
scipy
matplotlib>=3.2.2
hexalattice==1.2.1
vtk
python_requires = >=3.7
package_dir =
zip_safe = no
[options.extras_require]
testing =
pytest>=6.0
pytest-cov>=2.0
pytest-datafiles>=2.0
tox>=3.24
[options.package_data]
ringspy = py.typed