Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
try fix package build (#29)
Browse files Browse the repository at this point in the history
* try fix package build

* add temp build step to main

* remove __init__ in plugins

* add __init__ back

* remove temp build job
  • Loading branch information
epwalsh authored Apr 27, 2020
1 parent f6cb9ae commit 2cd9a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Empty file added allennlp_plugins/__init__.py
Empty file.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
author="Allen Institute for Artificial Intelligence",
author_email="[email protected]",
license="Apache",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
include=["allennlp_plugins.*", "allennlp_models"],
),
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"],),
install_requires=install_requirements,
setup_requires=setup_requirements,
tests_require=["pytest", "flaky", "responses>=0.7"],
Expand Down

0 comments on commit 2cd9a73

Please sign in to comment.