From fa0639b7e1bd2e5a52808082ec1d1b543ac91f46 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 17 Dec 2013 22:13:28 +0800 Subject: [PATCH] python: clean setup.py --- bindings/python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index fce55999..643028cc 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -13,7 +13,6 @@ setup( author_email = 'aquynh@gmail.com', description = 'Capstone disassembly engine', url = 'http://www.capstone-engine.org', - #download_url = 'https://www.capstone-engine.org/files/capstone-1.0.tgz', classifiers = [ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 2',