Last active
February 9, 2016 19:45
-
-
Save jk0/53208fc60f75ea75c33e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import setuptools | |
setuptools.setup( | |
name="setuppy-github-test", | |
version="0.0.1", | |
author="Josh Kearney", | |
author_email="[email protected]", | |
install_requires=[ | |
"python_planet_pda_common" | |
], | |
dependency_links=[ | |
"git+ssh://[email protected]/planetlabs/pda-common.git#egg=python_planet_pda_common" | |
], | |
packages=setuptools.find_packages(), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment