瀏覽代碼

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',
       license='ISC',
       description='Python bindings for the Open Asset Import Library (ASSIMP)',
-      url='http://assimp.sourceforge.net/',
+      url='https://github.com/assimp/assimp',
       packages=['pyassimp'],
       data_files=[('share/pyassimp', ['README.md']),
                   ('share/examples/pyassimp', ['scripts/' + f for f in os.listdir('scripts/')])]