diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-11 13:51:54 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-11 13:51:54 -0700 |
commit | e23dd3ac541b45efaf314e49c503e2f3b92317d0 (patch) | |
tree | ed059ccfefb1722c2b9cb08d40ab45f4ea06ff46 | |
parent | 363d284a246e48f90c6d6bca7cfbfba15a3918a1 (diff) | |
download | cryptography-e23dd3ac541b45efaf314e49c503e2f3b92317d0.tar.gz cryptography-e23dd3ac541b45efaf314e49c503e2f3b92317d0.tar.bz2 cryptography-e23dd3ac541b45efaf314e49c503e2f3b92317d0.zip |
Fix?
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ setup( ], packages=find_packages(exclude=["tests", "tests.*"]), + include_package_data=True, install_requires=requirements, setup_requires=requirements, |