File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 3333 long_description_content_type = "text/markdown" ,
3434 author = "Mike Hunhoff" ,
3535 author_email = "michael.hunhoff@mandiant.com" ,
36- packages = setuptools .find_packages (exclude = ["tests" ]),
36+ url = "https://www.github.com/mandiant/dncil" ,
37+ packages = setuptools .find_packages (exclude = ["tests" , "scripts" ]),
3738 package_dir = {"dncil" : "dncil" },
38- include_package_data = True ,
3939 install_requires = requirements ,
4040 extras_require = {
4141 "dev" : [
5252 ],
5353 },
5454 zip_safe = False ,
55+ keywords = ".net dotnet cil il disassembly FLARE" ,
56+ classifiers = [
57+ "Development Status :: 5 - Production/Stable" ,
58+ "Intended Audience :: Developers" ,
59+ "Intended Audience :: Information Technology" ,
60+ "License :: OSI Approved :: Apache Software License" ,
61+ "Natural Language :: English" ,
62+ "Programming Language :: Python :: 3" ,
63+ "Topic :: Security" ,
64+ ],
5565 python_requires = ">=3.7" ,
5666)
You can’t perform that action at this time.
0 commit comments