|
1 | 1 | [project] |
2 | 2 | name = "1337x" |
3 | | -version = "2.0.1" |
| 3 | +version = "2.0.0" |
4 | 4 | description = "Unofficial API of 1337x.to" |
5 | 5 | authors = [{ name = "Hemanta Pokharel", email = "[email protected]" }] |
6 | | -license = { text = "MIT" } |
| 6 | +requires-python = "~=3.8" |
7 | 7 | readme = "README.md" |
8 | | -requires-python = ">=3.8" |
9 | | -keywords = ["1337x", "torrents"] |
| 8 | +license = "MIT" |
| 9 | +keywords = [ |
| 10 | + "1337x", |
| 11 | + "torrents", |
| 12 | +] |
10 | 13 | classifiers = [ |
11 | 14 | "Development Status :: 5 - Production/Stable", |
12 | 15 | "Intended Audience :: Developers", |
13 | 16 | "License :: OSI Approved :: MIT License", |
14 | 17 | "Operating System :: OS Independent", |
15 | | - "Topic :: Utilities" |
| 18 | + "Topic :: Utilities", |
16 | 19 | ] |
17 | 20 | 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", |
22 | 25 | ] |
23 | 26 |
|
24 | 27 | [project.urls] |
25 | | -Homepage = "https://github.com/hemantapkh/1337x" |
| 28 | +Repository = "https://github.com/hemantapkh/1337x" |
26 | 29 | 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" |
28 | 31 |
|
29 | | -[build-system] |
30 | | -requires = ["hatchling>=1.25.0"] |
31 | | -build-backend = "hatchling.build" |
| 32 | +[tool.hatch.build.targets.sdist] |
| 33 | +include = ["py1337x"] |
32 | 34 |
|
33 | 35 | [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