Skip to content

Instantly share code, notes, and snippets.

@OrangeDog
Last active July 11, 2018 10:19
Show Gist options
  • Save OrangeDog/1bfc42240657c69b1c04584637d78755 to your computer and use it in GitHub Desktop.
Save OrangeDog/1bfc42240657c69b1c04584637d78755 to your computer and use it in GitHub Desktop.
Example python sub-package
from setuptools import setup
setup(
name='test-dep-two',
version='1.0',
install_requires=['pytz']
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment