Skip to content

Commit

Permalink
added testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tylucaskelley committed Nov 13, 2014
1 parent 0477626 commit b91ff88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Expand Up @@ -11,13 +11,13 @@

setup(
name="licenser",
version="1.0.4",
version="1.0.5",
description="Quickly add an open-source license to your project.",
author="Ty-Lucas Kelley",
author_email="tylucaskelley@gmail.com",
license="MIT",
url="http://github.com/tylucaskelley/licenser",
download_url="https://github.com/tylucaskelley/licenser/tarball/v1.0.4",
download_url="https://github.com/tylucaskelley/licenser/tarball/v1.0.5",
long_description=open("README.md").read(),
classifiers=[
"Programming Language :: Python",
Expand All @@ -33,16 +33,15 @@
]
},
packages=[
"licenser",
"tests"
"licenser"
],
package_dir={
"licenser": "licenser",
"tests": "tests"
"licenser": "licenser"
},
package_data={
"licenser": [
"licenses/*"
]
}
},
test_suite="tests"
)
Empty file removed tests/__init__.py
Empty file.

0 comments on commit b91ff88

Please sign in to comment.