From fdefa15141242119093bcbf0bc26e21854d2d70b Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 24 Mar 2017 01:36:42 +0100 Subject: [PATCH] rename jnius to pyjnius for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbc2fe0..cc974b7 100644 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ with open(join('jnius', '__init__.py')) as fd: # create the extension setup( - name='jnius', + name='pyjnius', version=version, cmdclass={'build_ext': build_ext}, packages=['jnius'],