-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
57 lines (52 loc) · 1.11 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
[metadata]
name = rhino_shapley_interop
version = 0.0.4
author = Norman JN Richardson
author_email = [email protected]
description = A python package for converting rhino geometry into shapely geometry
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/normanrichardson/rhino_shapely_interop
project_urls =
Bug Tracker = https://github.com/normanrichardson/rhino_shapely_interop/issues
license = MIT License
license_file = LICENSE
platform = Any
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
packages = find:
python_requires = >=3.6
install_requires =
numpy
rhino3dm
Shapely
[options.extras_require]
dev =
# fix the dependencies for development.
numpy==1.21.1
rhino3dm==7.7.0
Shapely==1.8.0
matplotlib
black
isort
flake8
dep =
twine
build
[options.packages.find]
exclude =
test
[flake8]
exclude =
.git,
__pycache__,
.venv,
venv,
.env,
env,
dist,
reference