Skip to content

Commit

Permalink
0.1.1 and package the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Feb 26, 2012
1 parent fe522b9 commit f09c522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -5,14 +5,17 @@

setup(
name = "django-webmaster-verification",
version = "0.1",
version = "0.1.1",
author = "Nicolas Kuttler",
author_email = "pypi@nicolaskuttler.com",
description = "Webmaster tools verification for Django",
long_description = open("README.rst").read(),
license = "BSD",
url = "http://github.com/nkuttler/django-webmaster-verification",
packages = ['webmaster_verification'],
package_data = {
'webmaster_verification': ['templates/webmaster_verification/*', ],
},
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
Expand Down

0 comments on commit f09c522

Please sign in to comment.