diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.gitconfig | 9 | ||||
-rw-r--r-- | dev/.pypirc | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig new file mode 100644 index 0000000..8cf14e9 --- /dev/null +++ b/dev/.gitconfig @@ -0,0 +1,9 @@ +[user] + email = vn.mcsinyx@gmail.com + name = Raphael McSinyx +[diff] + tool = vimdif + guitool = gvimdif +[github] + user = McSinyx + diff --git a/dev/.pypirc b/dev/.pypirc new file mode 100644 index 0000000..7a3ed4b --- /dev/null +++ b/dev/.pypirc @@ -0,0 +1,6 @@ +[distutils] +index-servers=pypi + +[pypi] +repository = https://upload.pypi.org/legacy/ +username = McSinyx |