-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 828 Bytes
/
setup.cfg
File metadata and controls
39 lines (36 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = oneai
author = Michael Gur
version = attr: oneai.__version__
author_email = devrel@oneai.com
description = NLP as a Service
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/power-of-language/oneai-sdk-python
project_urls =
Bug Tracker = https://github.com/power-of-language/oneai-sdk-python/issues
classifiers =
Programming Language :: Python :: 3
[options]
python_requires = >= 3.7
package_dir =
= src
packages = find:
install_requires =
aiohttp
validators
typing_extensions
dataclasses; python_version<"3.7"
requests
python-dateutil
[options.extras_require]
testing =
pytest
pytest-cov
pytest-asyncio
pytest-dependency
mypy
python-dotenv
coveralls
[options.packages.find]
where = src