diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.gitconfig | 4 | ||||
-rw-r--r-- | dev/.pypirc | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig index cacb6a2..46a58ed 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -1,5 +1,5 @@ [user] - email = vn.mcsinyx@gmail.com + email = mcsinyx@disroot.org name = Nguyễn Gia Phong [diff] tool = vimdiff @@ -12,3 +12,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[color] + ui = auto diff --git a/dev/.pypirc b/dev/.pypirc index 7a3ed4b..8a93dfa 100644 --- a/dev/.pypirc +++ b/dev/.pypirc @@ -1,6 +1,12 @@ [distutils] -index-servers=pypi +index-servers = + pypi + testpypi [pypi] repository = https://upload.pypi.org/legacy/ username = McSinyx + +[testpypi] +repository = https://test.pypi.org/legacy/ +username = McSinyx |