commit 1e5105d3b452a7b5a32704ec4340b53fa4b17426 Author: vaydheesh Date: Thu Jun 6 10:07:12 2019 +0000 Changed python package name diff --git a/python/setup.py.in b/python/setup.py.in index 1902603..0085d8c 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -35,7 +35,7 @@ analysis_module = Extension( ) setup( - name='python-@PACKAGE@', + name='@PACKAGE@', version='@PACKAGE_VERSION@', description='SWIG interface to @PACKAGE_NAME@', long_description="SWIG interface to @PACKAGE_NAME@ for use in apertium-python",