Skip to content

Commit

Permalink
changed pypi configuration to old one.
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 19, 2016
1 parent 538529e commit 388c284
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion kniteditor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""An editor for knitting projects."""

__version__ = "0.0.17"
__version__ = "0.0.18"


def main(*args, **kw):
Expand Down
14 changes: 0 additions & 14 deletions windows-build/setup_pypirc.py

This file was deleted.

2 changes: 1 addition & 1 deletion windows-build/upload_to_pypi.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REM set the variables for the python package index http://pypi.python.org/
REM PYPI_USERNAME
REM PYPI_PASSWORD
SET HOME=.
%PYTHON%\\python.exe setup_pypirc.py || exit 1
%PYTHON%\\python.exe -c "import os;print('[distutils]\\r\\nindex-servers =\\r\\n pypi\\r\\n\\r\\n[pypi]\\r\\nusername:{PYPI_USERNAME}\\r\\npassword:{PYPI_PASSWORD}\\r\\n'.format(**os.environ))" > %HOME%\\.pypirc

REM upload to pypi
REM check for the tags
Expand Down

0 comments on commit 388c284

Please sign in to comment.