|
18 | 18 | if system == 'Linux':
|
19 | 19 | distro = platform.linux_distribution()[1]
|
20 | 20 | if distro == '14.04':
|
21 |
| - install_requires = ['numpy', 'vispy', 'pyassimp', 'pytest'] |
| 21 | + install_requires = ['numpy', 'pyassimp', 'pytest'] |
22 | 22 | else:
|
23 |
| - install_requires = ['numpy', 'vispy', 'PyQt5', 'pyassimp', 'pytest'] |
| 23 | + install_requires = ['numpy', 'pyassimp', 'pytest'] |
24 | 24 | else:
|
25 |
| - install_requires = ['numpy', 'vispy', 'PyQt5', 'pyassimp', 'pytest'] |
| 25 | + install_requires = ['numpy', 'pyassimp', 'pytest'] |
26 | 26 |
|
27 | 27 |
|
28 | 28 | # See: http://www.astropython.org/snippet/2009/10/chdir-context-manager
|
@@ -56,11 +56,12 @@ def run(self):
|
56 | 56 | version='0.0.1',
|
57 | 57 | description=description,
|
58 | 58 | long_description=long_description,
|
59 |
| - ext_modules=[Extension('dart', sources=[])], |
| 59 | + ext_modules=[Extension('dartpy', sources=[])], |
60 | 60 | url='https://github.com/personalrobotics/dartpy',
|
61 | 61 | author='Michael Koval',
|
62 | 62 |
|
63 |
| - packages=['dart'], |
| 63 | + maintainer='Jeongseok Lee', |
| 64 | + maintainer_email='[email protected]', |
64 | 65 | license='BSD',
|
65 | 66 | keywords=['dartsim', 'physics', 'robotics', 'simulation'],
|
66 | 67 | classifiers=[
|
|
0 commit comments