forked from kushaldas/johnnycanencrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (28 loc) · 1 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
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]
[project]
name = "johnnycanencrypt"
version = "0.14.1"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Programming Language :: Rust",
"Programming Language :: Python",
"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 :: Implementation :: CPython",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
]
authors = [{name="Kushal Das", email="[email protected]"}]
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"httpx",
]
[project.urls]
"Homepage" = "https://github.com/kushaldas/johnnycanencrypt"
"Bug Tracker" = "https://github.com/kushaldas/johnnycanencrypt/issues"