Skip to content

Commit

Permalink
Switch to different package name for PyPi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Masrepus committed May 22, 2019
1 parent 7af0fbd commit 243dd2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@ def join_all(src, files):
setup(
provides=['unicorn'],
packages=['unicorn'],
name='unicorn',
name='unicorn-unipacker',
version=VERSION,
author='Nguyen Anh Quynh',
author_email='aquynh@gmail.com',
description='Unicorn CPU emulator engine',
url='http://www.unicorn-engine.org',
author='Un{i}packer Team',
author_email='masrepus97@gmail.com',
description='Un{i}packer fork of Unicorn CPU emulator engine',
url='https://github.com/unipacker/unicorn',
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PKG_MINOR = 0
PKG_EXTRA = 2

# version tag. Examples: rc1, b2, post1
PKG_TAG =
PKG_TAG = b1

0 comments on commit 243dd2a

Please sign in to comment.