Skip to content

Commit

Permalink
Fixed include.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Feb 9, 2017
1 parent 09ddbda commit 06de884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
author_email='myselfasunder@gmail.com',
url='https://github.com/dsoprea/PySvn',
license='GPL 2',
packages=setuptools.find_packages(exclude=['test']),
packages=setuptools.find_packages(exclude=['tests']),
include_package_data=True,
zip_safe=False,
package_data={
Expand Down

0 comments on commit 06de884

Please sign in to comment.