소스 검색

Update setup.py

Update url of asset importer lib repo home.
Kim Kulling 9 년 전
부모
커밋
bc0393669b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      port/PyAssimp/setup.py

+ 1 - 1
port/PyAssimp/setup.py

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