diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8709cc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +*build/ +*dist/ +*.egg-info* diff --git a/packages/Python/setup.py b/packages/Python/setup.py index 52b4ba4..f30a845 100644 --- a/packages/Python/setup.py +++ b/packages/Python/setup.py @@ -14,14 +14,14 @@ setup( packages=['modern_robotics'], classifiers=[ "Development Status :: 3 - Alpha", - "Intended Audience :: Education", - "Intended Audience :: Science/Research", + "Intended Audience :: Education", + "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", - "Natural Language :: English", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 3", - "Topic :: Education", - "Topic :: Scientific/Engineering", + "Natural Language :: English", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", + "Topic :: Education", + "Topic :: Scientific/Engineering", ], install_requires=[ 'numpy',