Skip to content

Commit

Permalink
add licens info and optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 8, 2023
1 parent 3195f73 commit b2ef66d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ description = "A pure Python3 implementation of the LSV2 protocol"
requires-python = ">=3.6"
keywords = ["LSV2", "CNC", "PLC"]
dynamic = ["version", "readme"]
dependencies = []

[project.license]
file = "LICENSE"

[project.optional-dependencies]
SSH = ["sshtunnel>=0.4"]

[project.urls]
"Homepage" = "https://github.com/drunsinn/pyLSV2"
Expand All @@ -32,12 +39,6 @@ packages = [
"pyLSV2.locales.de.LC_MESSAGES",
]

#[tool.setuptools.package-data]
#pyLSV2 = ["locales/*/LC_MESSAGES/*.mo", ]

#[tool.setuptools.exclude-package-data]
#pyLSV2 = ["locales/*/LC_MESSAGES/*.po", ]

[tool.setuptools.dynamic]
version = { attr = "pyLSV2.__version__" }
readme = { file = ["README.md"] }
Expand Down

0 comments on commit b2ef66d

Please sign in to comment.