File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling " ]
3- build-backend = " hatchling.build "
2+ requires = [" setuptools>=75.0 " ]
3+ build-backend = " setuptools.build_meta "
44
55[project ]
66name = " instaparser"
@@ -49,18 +49,8 @@ Repository = "https://github.com/Instapaper/instaparser-python.git"
4949Issues = " https://github.com/Instapaper/instaparser-python/issues"
5050Changelog = " https://github.com/Instapaper/instaparser-python/blob/main/CHANGELOG.md"
5151
52- [tool .hatch .version ]
53- path = " instaparser/__init__.py"
54-
55- [tool .hatch .build .targets .sdist ]
56- include = [
57- " instaparser/" ,
58- " LICENSE" ,
59- " README.md" ,
60- ]
61-
62- [tool .hatch .build .targets .wheel ]
63- packages = [" instaparser" ]
52+ [tool .setuptools .dynamic ]
53+ version = {attr = " instaparser.__version__" }
6454
6555[tool .pytest .ini_options ]
6656testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments