Skip to content

Commit

Permalink
using find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardofelici committed Jul 15, 2018
1 parent c7344c2 commit 517e98a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name='gcspypi',
version='1.0.6',
version='1.0.7',
author='Ethronsoft',
author_email='[email protected]',
license=open("LICENSE").read(),
keywords="pypi private repository gcs google cloud storage",
url="https://github.com/ethronsoft/gcspypi",
include_package_data=True,
description="Private packages repository backed by Google Cloud Storage",
packages=["ethronsoft", "ethronsoft.gcspypi"],
packages=find_packages(),
zip_safe=False,
install_requires=[
"tqdm",
Expand Down

0 comments on commit 517e98a

Please sign in to comment.