fix syntax error in setup.py,
update pybullet quickstart guide PDF from https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N2SedqwdAvK3dsihxVUA/edit#heading=h.6c3uot59qod4
This commit is contained in:
2
setup.py
2
setup.py
@@ -403,7 +403,7 @@ setup(
|
||||
) ],
|
||||
classifiers=['Development Status :: 4 - Beta',
|
||||
'License :: OSI Approved :: zlib/libpng License',
|
||||
'Operating System :: Microsoft :: Windows'
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Operating System :: MacOS',
|
||||
'Intended Audience :: Science/Research',
|
||||
|
||||
Reference in New Issue
Block a user