Skip to content

Commit

Permalink
Recovered data files distribution config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Apr 16, 2015
1 parent be33195 commit bfe63dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Miscellany files
include LICENSE
include README.rst
prune tests
include data/*.py
include data/*.csv
include data/*.yml
2 changes: 1 addition & 1 deletion cwr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '0.0.7'
__version__ = '0.0.8'
__license__ = 'MIT'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
packages=find_packages(),
include_package_data=True,
package_data={
'data': ['*.csv', '*.yml'],
'data': ['data/*.csv', 'data/*.yml'],
},
version=version,
description='API library for the CWR standard format',
Expand Down

0 comments on commit bfe63dd

Please sign in to comment.