Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
threevis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
threevis
threevis
Commits
37bbe083
Commit
37bbe083
authored
Jan 31, 2018
by
Dario Seyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup readme properly
parent
9cb1d5e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
MANIFEST.in
MANIFEST.in
+1
-0
README.rst
README.rst
+0
-0
setup.py
setup.py
+6
-0
No files found.
MANIFEST.in
0 → 100644
View file @
37bbe083
include README.rst
README.
md
→
README.
rst
View file @
37bbe083
File moved
setup.py
View file @
37bbe083
from
setuptools
import
setup
def
readme
():
with
open
(
'README.rst'
)
as
f
:
return
f
.
read
();
setup
(
name
=
'meshvis'
,
version
=
'0.1'
,
description
=
'Visualize meshes, point clouds, volumes and other geometry in a Jupyter Notebook'
,
long_description
=
readme
(),
url
=
'https://graphics.rwth-aachen.de:9000/dseyb/meshvis'
,
author
=
'Dario Seyb'
,
author_email
=
'dario.seyb@rwth-aachen.de'
,
...
...
@@ -14,4 +19,5 @@ setup(name='meshvis',
],
test_suite
=
'nose.collector'
,
tests_require
=
[
'nose'
],
include_package_data
=
True
,
zip_safe
=
False
)
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