Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
d20c4e5a
Commit
d20c4e5a
authored
Mar 22, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused setuptools-markdown requirement
parent
928b49d5
Pipeline
#6620
passed with stages
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
d20c4e5a
...
...
@@ -93,7 +93,7 @@ setup(
ext_modules
=
[
CMakeExtension
(
'openmesh'
)],
cmdclass
=
dict
(
build_ext
=
CMakeBuild
),
zip_safe
=
False
,
setup_requires
=
[
'setuptools_scm'
,
'setuptools-markdown'
],
setup_requires
=
[
'setuptools_scm'
],
install_requires
=
[
'numpy'
],
options
=
{
'build'
:
{
'build_base'
:
'build-setuptools'
}},
license
=
'BSD 3-Clause'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment