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 ]
22requires = [
3- " setuptools" ,
3+ " setuptools>=61.0 " ,
44 " wheel" ,
55]
66build-backend = ' setuptools.build_meta'
1313description = " Local cache for git repositories to speed up working with large repositories and multiple clones."
1414readme = " README.md"
1515requires-python = " >=3.8"
16+ classifiers = [
17+ " Programming Language :: Python :: 3" ,
18+ " License :: OSI Approved :: BSD License" ,
19+ " Operating System :: OS Independent" ,
20+ ]
1621dependencies = [
1722 " portalocker" ,
1823 " pytimeparse" ,
@@ -57,6 +62,15 @@ test = [
5762]
5863
5964
65+ [project .urls ]
66+ Homepage = " https://github.com/seeraven/gitcache"
67+ Issues = " https://github.com/seeraven/gitcache/issues"
68+
69+
70+ [project .scripts ]
71+ gitcache = " git_cache.cli:main_cli"
72+
73+
6074[tool .black ]
6175line-length = 120
6276
You can’t perform that action at this time.
0 commit comments