-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from dhhagan/dhhagan-feature-aaar2024
Reorganized package to more explicitly solve flat layout issue
- Loading branch information
Showing
12 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>"] | ||
|
@@ -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] | ||
|
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.