Skip to content

Commit

Permalink
add fix for setup.py (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswan authored Oct 7, 2020
1 parent 6d9b93a commit dea9cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
extras["dev"] = extras["testing"] + extras["quality"]

setup(
name="jiant2",
name="jiant",
version="2.0.0",
author="NYU Machine Learning for Language Group",
author_email="[email protected]",
Expand All @@ -51,7 +51,7 @@
license="MIT",
url="https://github.com/nyu-mll/jiant",
package_dir={"": "jiant"},
packages=find_packages(),
packages=find_packages("jiant"),
install_requires=[
"attrs == 19.3.0",
"bs4 == 0.0.1",
Expand Down

0 comments on commit dea9cba

Please sign in to comment.