|
1 | 1 | [tool.poetry] |
| 2 | +name = "exonetapi" |
| 3 | +version = "4.0.0" |
| 4 | +description = "Library to interact with the Exonet API." |
2 | 5 | 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"] |
3 | 13 | 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", |
12 | 23 | ] |
13 | | -description = "Library to interact with the Exonet API." |
14 | | -license = "MIT" |
15 | | -name = "exonetapi" |
16 | 24 | packages = [ |
17 | 25 | {include = "exonetapi"}, |
18 | 26 | {include = "exonetapi/**/*.py"}, |
19 | 27 | ] |
20 | | -version = "4.0.0" |
21 | 28 |
|
22 | 29 | [tool.poetry.dependencies] |
23 | 30 | inflection = "^0.5.1" |
|
0 commit comments