Skip to content

Commit b95ba6a

Browse files
authored
Merge pull request #10 from mandiant/pypi-prep
updating setup.py for pypi
2 parents 729f9da + fbc9440 commit b95ba6a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

setup.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
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": [
@@ -52,5 +52,15 @@
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
)

0 commit comments

Comments
 (0)