Skip to content

Instantly share code, notes, and snippets.

@jk0
Last active February 9, 2016 19:45
Show Gist options
  • Save jk0/53208fc60f75ea75c33e to your computer and use it in GitHub Desktop.
Save jk0/53208fc60f75ea75c33e to your computer and use it in GitHub Desktop.
import setuptools
setuptools.setup(
name="setuppy-github-test",
version="0.0.1",
author="Josh Kearney",
author_email="josh.kearney@planet.com",
install_requires=[
"python_planet_pda_common"
],
dependency_links=[
"git+ssh://git@github.com/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