work with files
This commit is contained in:
parent
7cab0442fa
commit
dc079da088
@ -1,2 +1,2 @@
|
||||
include pipy_readme
|
||||
include obj2html/index.html
|
||||
include pipy_readme.rst
|
||||
exclude test
|
||||
|
6
setup.py
6
setup.py
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'pipy_readme.
|
||||
setup(
|
||||
name = 'obj2html',
|
||||
packages = ['obj2html'],
|
||||
version = '0.9',
|
||||
version = '0.12',
|
||||
license='MIT',
|
||||
description = 'Create an html with three.js that contains the given .obj file.',
|
||||
long_description = long_des,
|
||||
@ -18,4 +18,8 @@ setup(
|
||||
project_urls={
|
||||
'Source': 'https://gitlab.com/nicolalandro/obj2html',
|
||||
},
|
||||
include_package_data = True,
|
||||
package_data = {
|
||||
'' : ['*.html'],
|
||||
}
|
||||
)
|
Loading…
Reference in New Issue
Block a user