Skip to content

Commit

Permalink
v0.2.6.1 - Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Paramore committed Mar 28, 2018
1 parent 6281ae5 commit 0505aa8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
dist
build
pemi.egg-info
.pytest_cache
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include docs/*.rst
2 changes: 1 addition & 1 deletion pemi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.6'
__version__ = '0.2.6.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
# package_data={
# 'sample': ['package_data.dat'],
# },
include_package_data=True,

# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See:
Expand Down

0 comments on commit 0505aa8

Please sign in to comment.