diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index ba45791..5fd8c4e 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -29,8 +29,8 @@ test: - coverage - pytest-cov imports: - - q2_amr - - qiime2.plugins.amr + - q2_amrfinderplus + - qiime2.plugins.amrfinderplus commands: - pytest --cov q2_amrfinderplus --cov-report xml:coverage.xml --pyargs q2_amrfinderplus diff --git a/setup.py b/setup.py index 3ca0003..00b1673 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,14 @@ }, package_data={ "q2_amrfinderplus": ["citations.bib"], - "q2_amrfinderplus.types.tests": ["data/*" "data/*/*" "data/*/*/*"], - "q2_amrfinderplus.tests": ["data/*" "data/*/*" "data/*/*/*"], + "q2_amrfinderplus.types.tests": + ["data/*", + "data/*/*", + "data/*/*/*"], + "q2_amrfinderplus.tests": + ["data/*", + "data/*/*", + "data/*/*/*"], }, zip_safe=False, )