Skip to content

Commit

Permalink
Merge pull request #101 from dhhagan/dhhagan-feature-aaar2024
Browse files Browse the repository at this point in the history
Reorganized package to more explicitly solve flat layout issue
  • Loading branch information
dhhagan authored Oct 4, 2024
2 parents 2035cee + ff2afa3 commit 070d1e5
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opcsim"
version = "1.1.0a1"
version = "1.1.0a2"
license = "MIT"
description = "OPCSIM: simulating low-cost optical particle counters"
authors = ["David H Hagan <[email protected]>", "Jesse H Kroll <[email protected]>"]
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/dhhagan/opcsim"
documentation = "https://dhhagan.github.io/opcsim/"
keywords = ["aerosols", "atmospheric chemistry"]
packages = [
{ include = "opcsim" },
{ include = "opcsim", from="src" },
]

[tool.poetry.dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 070d1e5

Please sign in to comment.