Skip to content

Commit d8c1b9c

Browse files
committed
Update setup.py
1 parent 6fbd0fb commit d8c1b9c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
if system == 'Linux':
1919
distro = platform.linux_distribution()[1]
2020
if distro == '14.04':
21-
install_requires = ['numpy', 'vispy', 'pyassimp', 'pytest']
21+
install_requires = ['numpy', 'pyassimp', 'pytest']
2222
else:
23-
install_requires = ['numpy', 'vispy', 'PyQt5', 'pyassimp', 'pytest']
23+
install_requires = ['numpy', 'pyassimp', 'pytest']
2424
else:
25-
install_requires = ['numpy', 'vispy', 'PyQt5', 'pyassimp', 'pytest']
25+
install_requires = ['numpy', 'pyassimp', 'pytest']
2626

2727

2828
# See: http://www.astropython.org/snippet/2009/10/chdir-context-manager
@@ -56,11 +56,12 @@ def run(self):
5656
version='0.0.1',
5757
description=description,
5858
long_description=long_description,
59-
ext_modules=[Extension('dart', sources=[])],
59+
ext_modules=[Extension('dartpy', sources=[])],
6060
url='https://github.com/personalrobotics/dartpy',
6161
author='Michael Koval',
6262
author_email='[email protected]',
63-
packages=['dart'],
63+
maintainer='Jeongseok Lee',
64+
maintainer_email='[email protected]',
6465
license='BSD',
6566
keywords=['dartsim', 'physics', 'robotics', 'simulation'],
6667
classifiers=[

0 commit comments

Comments
 (0)