Skip to content

Commit 8926cb0

Browse files
authored
BUG: fix path in version file (#109)
1 parent 1aa29f7 commit 8926cb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
ci:
1010
uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev
1111
with:
12-
distro: metagenome
12+
distro: moshpit
1313
recipe-path: 'conda-recipe'
1414
additional-reports-path: ./coverage.xml
1515
additional-reports-name: coverage

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
QIIME 2 plugin for (meta)genome assembly.
77

88
## Installation
9-
_q2-assembly_ is available as part of the QIIME 2 metagenome distribution. For installation and usage instructions please consult the official [QIIME 2 documentation](https://docs.qiime2.org).
9+
_q2-assembly_ is available as part of the QIIME 2 moshpit distribution. For installation and usage instructions please consult the official [QIIME 2 documentation](https://docs.qiime2.org).
1010

1111
## Functionality
1212
This QIIME 2 plugin contains actions used to assemble (meta)genomes from short single/paired-end

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
3737
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
3838

3939
[tool.versioningit.write]
40-
file = "q2-assembly/_version.py"
40+
file = "q2_assembly/_version.py"
4141

4242
[tool.setuptools]
4343
include-package-data = true

0 commit comments

Comments
 (0)