Skip to content

Commit

Permalink
Update package details
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed May 11, 2020
1 parent 04e1fef commit 6f6e10a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "flit.buildapi"

[tool.flit.metadata]
module = "solo"
dist-name = "solo-python" # Unfortunately, `solo` is in use on PyPI
author = "SoloKeys"
author-email = "hello@solokeys.com"
home-page = "https://github.com/solokeys/solo-python"
dist-name = "nitro-python" # Unfortunately, `solo` is in use on PyPI
author = "Nitrokey"
author-email = "info@nitrokey.com"
home-page = "https://github.com/Nitrokey/nitro-python"
requires-python = ">=3.6"
description-file = "README.md"
requires = [
Expand All @@ -19,6 +19,7 @@ requires = [
"pyserial",
"pyusb",
"requests",
"pygments",
]
classifiers=[
"License :: OSI Approved :: MIT License",
Expand All @@ -31,4 +32,4 @@ classifiers=[
]

[tool.flit.scripts]
solo = "solo.cli:solo_cli"
nitrokey = "solo.cli:solo_cli"

0 comments on commit 6f6e10a

Please sign in to comment.