Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnglb committed Oct 10, 2024
1 parent e1c5cc6 commit d2af91a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "netargparse"
version = "0.1.0"
version = "0.1.1"
description = "Enhance ArgumentParser with a TCP-based API for argument handling."
authors = ["Kevin Golob <151143873+kvnglb@users.noreply.github.com>"]
readme = "README.md"
license = "BSD-3-Clause"
homepage = "https://github.com/kvnglb/netargparse"
repository = "https://github.com/kvnglb/netargparse"
documentation = "https://github.com/kvnglb/netargparse/tree/main/docs"
packages = [{include = "netargparse", from = "src"}]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit d2af91a

Please sign in to comment.