Skip to content

Commit

Permalink
Make desc. of python pkg GrammaTech-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
bfairservice-gt committed Oct 6, 2022
1 parent a11159a commit 7fb5c58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7fb5c58

Please sign in to comment.