A console script that allows you to easily update multiple git repositories at once
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

24 wiersze
458 B

  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. pylint = "*"
  7. pytest = "*"
  8. twine = "*"
  9. [packages]
  10. "e1839a8" = {path = ".", editable = true}
  11. GitPython = ">= 2.1.8"
  12. colorama = ">= 0.3.9"
  13. [requires]
  14. python_version = "3"
  15. [scripts]
  16. test = "pytest gitup -v -rxw"
  17. lint = "pylint --disable=missing-docstring --output-format=colorized gitup"
  18. cloc = "cloc --vcs=git"
  19. build = "python setup.py sdist bdist_wheel --universal"