-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (23 loc) · 801 Bytes
/
setup.cfg
File metadata and controls
24 lines (23 loc) · 801 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
[metadata]
name = edupage_api
version = 0.12.4
description = A Python library for accessing your EduPage account
long_description = file: README.md
long_description_content_type = text/markdown
author = ivanhrabcak
author_email = ivan@hrabcak.eu
keywords = edupage, edupage api, library
url = https://github.com/EdupageAPI/edupage-api
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
python_requires = >=3.9
install_requires = requests