Skip to content

Commit ce743ce

Browse files
authored
Update pyproject.toml
1 parent 74e4259 commit ce743ce

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

pyproject.toml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
[project]
22
name = "1337x"
3-
version = "2.0.1"
3+
version = "2.0.0"
44
description = "Unofficial API of 1337x.to"
55
authors = [{ name = "Hemanta Pokharel", email = "[email protected]" }]
6-
license = { text = "MIT" }
6+
requires-python = "~=3.8"
77
readme = "README.md"
8-
requires-python = ">=3.8"
9-
keywords = ["1337x", "torrents"]
8+
license = "MIT"
9+
keywords = [
10+
"1337x",
11+
"torrents",
12+
]
1013
classifiers = [
1114
"Development Status :: 5 - Production/Stable",
1215
"Intended Audience :: Developers",
1316
"License :: OSI Approved :: MIT License",
1417
"Operating System :: OS Independent",
15-
"Topic :: Utilities"
18+
"Topic :: Utilities",
1619
]
1720
dependencies = [
18-
"requests>=2.32.3",
19-
"beautifulsoup4>=4.12.3",
20-
"cloudscraper>=1.2.71",
21-
"asyncer>=0.0.8"
21+
"requests>=2.32.3,<3",
22+
"beautifulsoup4>=4.12.3,<5",
23+
"cloudscraper>=1.2.71,<2",
24+
"asyncer==0.0.8",
2225
]
2326

2427
[project.urls]
25-
Homepage = "https://github.com/hemantapkh/1337x"
28+
Repository = "https://github.com/hemantapkh/1337x"
2629
Documentation = "https://github.com/hemantapkh/1337x/blob/main/README.md"
27-
"Issue Tracker" = "https://github.com/hemantapkh/1337x/issues"
30+
"Issue tracker" = "https://github.com/hemantapkh/1337x/issues"
2831

29-
[build-system]
30-
requires = ["hatchling>=1.25.0"]
31-
build-backend = "hatchling.build"
32+
[tool.hatch.build.targets.sdist]
33+
include = ["py1337x"]
3234

3335
[tool.hatch.build.targets.wheel]
34-
include = ["./py1337x"]
36+
include = ["py1337x"]
37+
38+
[build-system]
39+
requires = ["hatchling"]
40+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)