A console script that allows you to easily update multiple git repositories at once
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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