Skip to content

Commit

Permalink
include version.txt in install
Browse files Browse the repository at this point in the history
  • Loading branch information
endangeredoxen committed Jul 9, 2020
1 parent a2638ae commit 49bfdda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fivecentfileio/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.10
0.2.11
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
#package_data={
# 'fivecentplots': ['themes/gray.py','themes/white.py', 'tests/*'],
#},
package_data={
'fivecentfileio': ['version.txt'],
},

# 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 49bfdda

Please sign in to comment.