parent
d67c8c29b6
commit
bc0393669b
|
@ -6,7 +6,7 @@ setup(name='pyassimp',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
license='ISC',
|
license='ISC',
|
||||||
description='Python bindings for the Open Asset Import Library (ASSIMP)',
|
description='Python bindings for the Open Asset Import Library (ASSIMP)',
|
||||||
url='http://assimp.sourceforge.net/',
|
url='https://github.com/assimp/assimp',
|
||||||
packages=['pyassimp'],
|
packages=['pyassimp'],
|
||||||
data_files=[('share/pyassimp', ['README.md']),
|
data_files=[('share/pyassimp', ['README.md']),
|
||||||
('share/examples/pyassimp', ['scripts/' + f for f in os.listdir('scripts/')])]
|
('share/examples/pyassimp', ['scripts/' + f for f in os.listdir('scripts/')])]
|
||||||
|
|
Loading…
Reference in New Issue