We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d1a19 commit e595169Copy full SHA for e595169
setup.py
@@ -60,8 +60,8 @@ def get_library_dirs():
60
'src/slicer.cpp',
61
'src/intersections.cpp',
62
'src/measure.cpp',
63
- 'src/triangulations.cpp',
64
'src/subdivision.cpp',
+ 'src/triangulations.cpp',
65
]),
66
include_dirs=[
67
'./include',
@@ -171,6 +171,7 @@ def build_extensions(self):
171
"Programming Language :: Python :: 3.7",
172
"Programming Language :: Python :: 3.8",
173
"Programming Language :: Python :: 3.9",
174
+ "Programming Language :: Python :: 3.10",
175
"Programming Language :: Python :: Implementation :: CPython",
176
],
177
keywords=[],
0 commit comments