Skip to content

Commit

Permalink
Exclude tests and cmdline scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matteing committed May 18, 2016
1 parent 404aea8 commit 293cad9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

setup(
name='coverpy',
version='0.0.2dev',
packages=find_packages(),
version='0.8',
packages=find_packages(exclude=['scripts', 'tests']),
install_requires=['requests'],
license='MIT License',
author="fallenshell",
author_email='dev@mxio.us',
description="A wrapper for iTunes Search API",
long_description=open('README.md').read(),
package_data = {
'': ['*.txt', '*.md'],
},
}
)

0 comments on commit 293cad9

Please sign in to comment.