A console script that allows you to easily update multiple git repositories at once
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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