Skip to content

Commit

Permalink
Merge pull request #10 from mandiant/pypi-prep
Browse files Browse the repository at this point in the history
updating setup.py for pypi
  • Loading branch information
mike-hunhoff authored Apr 5, 2022
2 parents 729f9da + fbc9440 commit b95ba6a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
long_description_content_type="text/markdown",
author="Mike Hunhoff",
author_email="[email protected]",
packages=setuptools.find_packages(exclude=["tests"]),
url="https://www.github.com/mandiant/dncil",
packages=setuptools.find_packages(exclude=["tests", "scripts"]),
package_dir={"dncil": "dncil"},
include_package_data=True,
install_requires=requirements,
extras_require={
"dev": [
Expand All @@ -52,5 +52,15 @@
],
},
zip_safe=False,
keywords=".net dotnet cil il disassembly FLARE",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Topic :: Security",
],
python_requires=">=3.7",
)

0 comments on commit b95ba6a

Please sign in to comment.