From 7fb5c58e975c345548a0f4031b9e734b3d2be8b6 Mon Sep 17 00:00:00 2001 From: Brian Fairservice Date: Mon, 3 Oct 2022 12:46:33 -0400 Subject: [PATCH] Make desc. of python pkg GrammaTech-specific --- bindings/python/setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index ab680a3ddc..ca1fad1195 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -212,10 +212,12 @@ def run(self): packages=['capstone'], name='capstone', version=VERSION, - author='Nguyen Anh Quynh', - author_email='aquynh@gmail.com', + author='GrammaTech', + author_email='gtirb@grammatech.com', description='Capstone disassembly engine', - url='http://www.capstone-engine.org', + long_description="GrammaTech's fork of capstone.", + long_description_content_type="text/plain", + url='https://github.com/GrammaTech/capstone' python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ 'License :: OSI Approved :: BSD License',