forked from robbievanleeuwen/section-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (52 loc) · 1.65 KB
/
setup.cfg
File metadata and controls
55 lines (52 loc) · 1.65 KB
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
[metadata]
name = sectionproperties
version = attr: sectionproperties.__version__
description = A python package for the analysis of arbitrary cross-sections using the finite element method
url = https://sectionproperties.readthedocs.io/
long_description = file: README.md, CHANGELOG.rst
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE.md
keyword = cross-section, structural-engineering, finite-element-analysis, computational-mechanics
author = Robbie van Leeuwen
author_email = robbie.vanleeuwen@gmail.com
classifiers =
Development Status :: 5 - Production/Stable
Topic :: Scientific/Engineering
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://sectionproperties.readthedocs.io/
Source = https://github.com/robbievanleeuwen/section-properties
Tracker = https://github.com/robbievanleeuwen/section-properties/issues
[options]
packages = find:
platforms = any
include_package_data = True
python_requires = >=3.8,<3.11
setup_requires =
setuptools
install_requires =
numpy<=1.24.4
scipy<=1.10.1
more_itertools
matplotlib<=3.5.3
shapely>=2.0.2
triangle>=20230923
cad_to_shapely>=0.3.1
rich
[options.extras_require]
rhino =
rhino-shapley-interop>=0.0.4
test =
rhino-shapley-interop>=0.0.4
pytest
pytest_check