Skip to content

Commit

Permalink
Minor documentation updates. Cleaning pyprojects. Adding extensions a…
Browse files Browse the repository at this point in the history
…s extras.
  • Loading branch information
pperanich committed Dec 21, 2023
1 parent 9bbd3ac commit 79f0e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = [
"Milsap, Griffin <griffin.milsap@gmail.com>",
"Peranich, Preston <pperanich@gmail.com>",
]
license = "LICENSE.txt"
license = "MIT"
readme = "README.md"
packages = [{ include = "ezmsg/zmq", from = "src" }]
packages = [{ include = "ezmsg", from = "src" }]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 79f0e64

Please sign in to comment.