From 243dd2a36f7321d81517e0539ff0f24dbaff902b Mon Sep 17 00:00:00 2001 From: Samuel Hopstock Date: Wed, 22 May 2019 17:35:53 +0200 Subject: [PATCH] Switch to different package name for PyPi publishing --- bindings/python/setup.py | 10 +++++----- pkgconfig.mk | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 349a4ef97c..a8457615b9 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -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', diff --git a/pkgconfig.mk b/pkgconfig.mk index 9d5c22ea30..a2f5169ac8 100644 --- a/pkgconfig.mk +++ b/pkgconfig.mk @@ -10,4 +10,4 @@ PKG_MINOR = 0 PKG_EXTRA = 2 # version tag. Examples: rc1, b2, post1 -PKG_TAG = +PKG_TAG = b1