A console script that allows you to easily update multiple git repositories at once
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

24 rindas
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"