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:
erwincoumans
2017-04-03 23:39:22 -07:00
parent 7a314fd62a
commit fa023cb14b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -403,7 +403,7 @@ setup(
) ], ) ],
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
'License :: OSI Approved :: zlib/libpng License', 'License :: OSI Approved :: zlib/libpng License',
'Operating System :: Microsoft :: Windows' 'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Operating System :: MacOS', 'Operating System :: MacOS',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',