Skip to content

Commit

Permalink
- updated deprecated PyPi repository url
Browse files Browse the repository at this point in the history
 - bumped version
 - minor fix for local build
  • Loading branch information
narekgharibyan committed Aug 31, 2017
1 parent bad6f0b commit 20fa093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pykeyvi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def symlink_keyvi():
additional_compile_flags = []

# workaround for https://bitbucket.org/pypy/pypy/issues/2626/invalid-conversion-from-const-char-to-char
if os.environ['PYTHON_VERSION'] == 'pypy2':
if os.environ.get('PYTHON_VERSION', '') == 'pypy2':
additional_compile_flags.append('-fpermissive')

# re-map the source files in the debug symbol tables to there original location so that stepping in a debugger works
Expand Down Expand Up @@ -225,7 +225,7 @@ def run(self):

PACKAGE_NAME = 'pykeyvi'

version = '0.2.3'
version = '0.2.4'

install_requires = [
'msgpack-python',
Expand Down
2 changes: 0 additions & 2 deletions travis/pypirc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ index-servers=
pypitest

[pypitest]
repository = https://testpypi.python.org/pypi

[pypi]
repository = https://pypi.python.org/pypi

0 comments on commit 20fa093

Please sign in to comment.