Update setup.py

pull/1794/head
Nikhil Parasaram 1 year ago committed by GitHub
parent 9344b2976a
commit b7a89fed08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      setup.py

@ -113,6 +113,9 @@ setup(
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
keywords="hacking disassembler security ethereum",
packages=find_packages(exclude=["contrib", "docs", "tests"]),

Loading…
Cancel
Save