Skip to content

Commit

Permalink
Added data files
Browse files Browse the repository at this point in the history
  • Loading branch information
mw44118 committed Feb 26, 2010
1 parent ed8191e commit 9c3bcd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pitz/__init__.py
Expand Up @@ -11,7 +11,7 @@

import logging

__version__ = "1.0"
__version__ = "1.0.3"


# This bugs me. I don't like how instead of just defining stuff, I'm
Expand Down
Empty file.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -36,7 +36,6 @@
'nose',
'jinja2',
'Tempita',
# -*- Extra requirements: -*-
],


Expand Down Expand Up @@ -85,4 +84,8 @@

test_suite = 'nose.collector',

package_data = {
'': ['*.html', '*.txt'],
},

)

0 comments on commit 9c3bcd7

Please sign in to comment.