Skip to content

Commit 17df9dd

Browse files
Update pyproject.toml
1 parent 641f563 commit 17df9dd

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

pyproject.toml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
[tool.poetry]
2+
name = "exonetapi"
3+
version = "4.0.0"
4+
description = "Library to interact with the Exonet API."
25
authors = ["Exonet <[email protected]>"]
6+
maintainers = ["Exonet <[email protected]>"]
7+
license = "MIT"
8+
readme = "README.md"
9+
homepage = "https://github.com/exonet/exonet-api-python"
10+
repository = "https://github.com/exonet/exonet-api-python"
11+
documentation = "https://github.com/exonet/exonet-api-python"
12+
keywords = ["async", "client", "exonet", "exonetapi"]
313
classifiers = [
4-
'Development Status :: 4 - Beta',
5-
'Intended Audience :: Developers',
6-
'Topic :: Software Development :: Libraries :: Python Modules',
7-
'License :: OSI Approved :: MIT License',
8-
'Programming Language :: Python :: 3.8',
9-
'Programming Language :: Python :: 3.9',
10-
'Programming Language :: Python :: 3.10',
11-
'Programming Language :: Python :: 3.11',
14+
"Development Status :: 4 - Beta",
15+
"Intended Audience :: Developers",
16+
"License :: OSI Approved :: MIT License",
17+
"Natural Language :: English",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3",
22+
"Topic :: Software Development :: Libraries :: Python Modules",
1223
]
13-
description = "Library to interact with the Exonet API."
14-
license = "MIT"
15-
name = "exonetapi"
1624
packages = [
1725
{include = "exonetapi"},
1826
{include = "exonetapi/**/*.py"},
1927
]
20-
version = "4.0.0"
2128

2229
[tool.poetry.dependencies]
2330
inflection = "^0.5.1"

0 commit comments

Comments
 (0)