Skip to content

Commit

Permalink
specify package in setup file #13
Browse files Browse the repository at this point in the history
  • Loading branch information
laurahanu committed Jan 22, 2021
1 parent 1c6d297 commit e994b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"torch >= 1.7.0",
"sentencepiece >= 0.1.94"
],
packages=find_packages(exclude=("tests", "src")),
packages=find_packages('detoxify', exclude=("tests", "src")),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit e994b57

Please sign in to comment.