Skip to content

Commit

Permalink
rename jnius to pyjnius for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Mar 24, 2017
1 parent ef34aac commit fdefa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def getenv(key):

# create the extension
setup(
name='jnius',
name='pyjnius',
version=version,
cmdclass={'build_ext': build_ext},
packages=['jnius'],
Expand Down

0 comments on commit fdefa15

Please sign in to comment.