Skip to content

Commit

Permalink
fix(pyproject.toml): correct included packages
Browse files Browse the repository at this point in the history
Since we must use a different name for the overall package, the package to include must be manually specified.
  • Loading branch information
rbpatt2019 committed Dec 23, 2021
1 parent 9bf99bc commit d603a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.poetry]
name = "LipidTA"
version = "0.12.2"
version = "0.12.1"
packages=[{include = "lta"}]
description = "Lipid Trafficking Analysis"
license = "MIT"
authors = ["rbpatt2019 <rb.patterson.cross@gmail.com>"]
Expand Down

0 comments on commit d603a6c

Please sign in to comment.