Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen authored Oct 6, 2023
1 parent 641f563 commit 17df9dd
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
[tool.poetry]
name = "exonetapi"
version = "4.0.0"
description = "Library to interact with the Exonet API."
authors = ["Exonet <[email protected]>"]
maintainers = ["Exonet <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/exonet/exonet-api-python"
repository = "https://github.com/exonet/exonet-api-python"
documentation = "https://github.com/exonet/exonet-api-python"
keywords = ["async", "client", "exonet", "exonetapi"]
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
]
description = "Library to interact with the Exonet API."
license = "MIT"
name = "exonetapi"
packages = [
{include = "exonetapi"},
{include = "exonetapi/**/*.py"},
]
version = "4.0.0"

[tool.poetry.dependencies]
inflection = "^0.5.1"
Expand Down

0 comments on commit 17df9dd

Please sign in to comment.