Skip to content

Commit

Permalink
include namespace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmorris12 committed Jun 5, 2020
1 parent 76082e4 commit 726cf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'UVA QData Lab'

# The full version, including alpha/beta/rc tags
release = '0.0.2.4'
release = '0.0.2.5'

# Set master doc to `index.rst`.
master_doc = 'index'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/QData/textattack",
packages=setuptools.find_packages(exclude=['wandb']),
packages=setuptools.find_namespace_packages(include=['textattack.*'], exclude=['wandb']),
package_data={
'': ['config.json'],
},
Expand Down

0 comments on commit 726cf61

Please sign in to comment.