Pushing to pypi
Instructions
Make setup.py in your project
from setuptools import setup setup(name='project', version='1.0', description='thing do-er', author='Your Name', url='http://path.to.website', py_modules=[''], classifiers=['Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.4', 'Operating System :: POSIX :: Linux', 'Topic …