From 0cfeec737fddc280b7ef074bec82ecb52ec501fe Mon Sep 17 00:00:00 2001 From: Giacomo Berardi Date: Tue, 11 Oct 2016 02:08:19 +0200 Subject: [PATCH] pypi package --- .gitignore | 4 +++- .pypirc | 6 ++++++ README.rst | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .pypirc diff --git a/.gitignore b/.gitignore index c4ac638..fe1360f 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,6 @@ Icon? Thumbs.db # Others -.idea \ No newline at end of file +.idea +temp/ +.pypirc \ No newline at end of file diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..d234030 --- /dev/null +++ b/.pypirc @@ -0,0 +1,6 @@ +[distutils] +index-servers=pypi + +[pypi] +repository = https://upload.pypi.org/legacy/ +username = giacbrd \ No newline at end of file diff --git a/README.rst b/README.rst index ec69236..f39c336 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ They are written in Python and fully compatible with `Scikit-learn