Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
8f75c67c
Commit
8f75c67c
authored
Mar 20, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update setup.py for release
parent
b0c21dd8
Pipeline
#6579
passed with stages
in 7 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
MANIFEST.in
MANIFEST.in
+1
-0
setup.py
setup.py
+15
-3
No files found.
MANIFEST.in
0 → 100644
View file @
8f75c67c
include LICENSE
setup.py
View file @
8f75c67c
...
...
@@ -79,17 +79,29 @@ setup(
name
=
'openmesh'
,
use_scm_version
=
{
'version_scheme'
:
'post-release'
,
'local_scheme'
:
'dirty-tag'
},
author
=
'Alexander Dielen, Isaak Lim, Janis Born'
,
author_email
=
''
,
author_email
=
'
isaak.lim@cs.rwth-aachen.de
'
,
description
=
'Python bindings for OpenMesh.'
,
long_description
=
'OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes.
'
,
long_description
_markdown_filename
=
'README.md
'
,
ext_modules
=
[
CMakeExtension
(
'openmesh'
)],
cmdclass
=
dict
(
build_ext
=
CMakeBuild
),
zip_safe
=
False
,
setup_requires
=
[
'setuptools_scm'
,
'
numpy
'
],
setup_requires
=
[
'setuptools_scm'
,
'
setuptools-markdown
'
],
install_requires
=
[
'numpy'
],
options
=
{
'build'
:
{
'build_base'
:
'build-setuptools'
}},
license
=
'BSD 3-Clause'
,
url
=
'https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python'
,
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Topic :: Multimedia :: Graphics'
,
],
project_urls
=
{
'Source'
:
'https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python'
,
'Tracker'
:
'https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/issues'
,
}
)
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