Skip to content

Commit

Permalink
Fix bad requirements path
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jan 9, 2018
1 parent cf7ea7e commit 58e0de7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bincrafters/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.9.0'
File renamed without changes.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def load_version():
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
package_data={
'': ['*.txt', '*.md'],
'': ['*.md'],
'bincrafters' : ['*.txt'],
},

# Although 'package_data' is the preferred approach, in some case you may
Expand Down

0 comments on commit 58e0de7

Please sign in to comment.