-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
pyproject.toml
44 lines (42 loc) · 1.61 KB
/
pyproject.toml
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
40
41
42
43
44
[build-system]
requires = ["setuptools"]
[project]
name = "python-weather"
version = "2.0.7"
description = "A free and asynchronous weather API wrapper made in Python, for Python."
readme = "README.md"
license = { text = "MIT" }
authors = [{ name = "null8626" }]
keywords = ["weather", "forecast", "weather-api", "weather-forecast"]
dependencies = ["aiohttp>=3.11.10"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Education",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Education",
"Topic :: Internet",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
requires-python = ">=3.8"
[project.urls]
Documentation = "https://python-weather.readthedocs.io/en/latest/"
Repository = "https://github.com/null8626/python-weather"
Changelog = "https://python-weather.readthedocs.io/en/latest/changelog.html"
"Donate via GitHub Sponsors" = "https://github.com/sponsors/null8626"
"Donate via Ko-fi" = "https://ko-fi.com/null8626"