-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 1.02 KB
/
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
[metadata]
name = pyrituals
version = 0.0.6
url = https://github.com/milanmeu/pyrituals
author = Milan Meulemans
author_email = [email protected]
maintainer = Milan Meulemans
maintainer_email = [email protected]
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
description = Async Python wrapper for the Rituals Perfume Genie API
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3
license_file = LICENSE
keywords = rituals, perfume, genie
project_urls =
Say Thanks! = https://saythanks.io/to/[email protected]
Bug Tracker = https://github.com/milanmeu/pyrituals/issues
Source Code = https://github.com/milanmeu/pyrituals
Documentation = https://github.com/milanmeu/pyrituals/blob/main/README.md
[options]
packages = find:
install_requires =
aiohttp
python_requires = >=3.8
include_package_data = True
[options.package_data]
pyrituals = py.typed