mirror of https://github.com/kivy/pyjnius.git
rename jnius to pyjnius for pypi
This commit is contained in:
parent
ef34aaccad
commit
fdefa15141
2
setup.py
2
setup.py
|
@ -169,7 +169,7 @@ with open(join('jnius', '__init__.py')) as fd:
|
||||||
|
|
||||||
# create the extension
|
# create the extension
|
||||||
setup(
|
setup(
|
||||||
name='jnius',
|
name='pyjnius',
|
||||||
version=version,
|
version=version,
|
||||||
cmdclass={'build_ext': build_ext},
|
cmdclass={'build_ext': build_ext},
|
||||||
packages=['jnius'],
|
packages=['jnius'],
|
||||||
|
|
Loading…
Reference in New Issue