Skip to content

Commit

Permalink
Add info fields for publishing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
biggerfisch committed Mar 6, 2022
1 parent 909c0ae commit 4b7c2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tool.poetry]
name = "orbiteer"
version = "0.1.0"
version = "0.1.1"
description = "An optimizing chunking command runner"
readme = "README.md"
authors = ["Avery Fischer <avery@averyjfischer.com>"]
license = "MIT"
repository = "https://github.com/biggerfisch/orbiteer"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
Expand Down

0 comments on commit 4b7c2b0

Please sign in to comment.