Skip to content

Commit

Permalink
try to include bpe text file in package
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 17, 2021
1 parent 1f63d1f commit f3e09f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include *.txt
recursive-include deep_daze *.txt
2 changes: 1 addition & 1 deletion deep_daze/version.py
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.7'
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,6 @@
name = 'deep-daze',
packages = find_packages(),
include_package_data = True,
package_data = {'bpe': ['data/bpe_simple_vocab_16e6.txt']},
entry_points={
'console_scripts': [
'imagine = deep_daze.cli:main',
Expand Down

0 comments on commit f3e09f5

Please sign in to comment.