-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (30 loc) · 879 Bytes
/
setup.cfg
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
[metadata]
name = get-wow-data-async
version = 0.2.2.1
description = Provides async methods to make requests to specific World of Warcraft API's
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/JackBorah/get-wow-data-async
projects =
Bug Tracker = https://github.com/JackBorah/get-wow-data-async/issues
author = Jack Borah
author_email = [email protected]
license = MIT
license_files = file: LICENSE
platform = any
keywords = World of Warcraft
classifiers =
Intended Audience :: Developers
Programming Language :: Python :: 3
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir=
=src
packages = find:
install_requires =
httpx
python-dotenv
[options.packages.find]
where=src