Update setup.py

Update url of asset importer lib repo home.
pull/907/head
Kim Kulling 2016-05-27 10:56:37 +02:00
parent d67c8c29b6
commit bc0393669b
1 changed files with 1 additions and 1 deletions

View File

@ -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/')])]