A console script that allows you to easily update multiple git repositories at once
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
-
- [dev-packages]
- pylint = "*"
- pytest = "*"
- twine = "*"
-
- [packages]
- "e1839a8" = {path = ".", editable = true}
- GitPython = ">= 2.1.8"
- colorama = ">= 0.3.9"
-
- [requires]
- python_version = "3"
-
- [scripts]
- test = "pytest gitup -v -rxw"
- lint = "pylint --disable=missing-docstring --output-format=colorized gitup"
- cloc = "cloc --vcs=git"
- build = "python setup.py sdist bdist_wheel --universal"
|