Skip to content

Instantly share code, notes, and snippets.

@jmelloy
Created July 13, 2017 18:57
Show Gist options
  • Save jmelloy/beffb57cd469eb45fa9e7cd007b82700 to your computer and use it in GitHub Desktop.
Save jmelloy/beffb57cd469eb45fa9e7cd007b82700 to your computer and use it in GitHub Desktop.
include *.json
from setuptools import setup
setup(
name="clumpy",
version="0.1",
packages=['clumpy', 'clumpy.amazon', 'clumpy.google', 'clumpy.test_utils'],
data_files=[('google', ['clumpy/google/secret.json'])],
include_package_data=True
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment