Skip to content

Commit b428a17

Browse files
committed
fix packaging
1 parent 0cf50a2 commit b428a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15+
1516
[tool.pytest.ini_options]
1617
markers = [
1718
"refactor: tests that need to be refactored to use celfilter_instance"
@@ -35,7 +36,7 @@ classifiers = [
3536
"Development Status :: 4 - Beta",
3637
"Programming Language :: Python"
3738
]
38-
packages = [{ include = "src/celpy" }]
39+
packages = [{ include = "celpy", from = "src"}]
3940

4041
[tool.poetry.dependencies]
4142
python = "^3.8"

0 commit comments

Comments
 (0)