We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05df365 commit 803c56eCopy full SHA for 803c56e
setup.py
@@ -37,11 +37,12 @@ def get_install_requires():
37
"Documentation": "https://volatility3.readthedocs.io/",
38
"Source Code": "https://github.com/volatilityfoundation/volatility3",
39
},
40
+ packages=setuptools.find_namespace_packages(
41
+ include=["volatility3", "volatility3.*"]
42
+ ),
43
+ package_dir={"volatility3": "volatility3"},
44
python_requires=">=3.7.0",
45
include_package_data=True,
- exclude_package_data={"": ["development", "development.*"], "development": ["*"]},
- packages=setuptools.find_namespace_packages(where="volatility3"),
- package_dir={"": "volatility3"},
46
entry_points={
47
"console_scripts": [
48
"vol = volatility3.cli:main",
0 commit comments