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 bad253d commit 0f487e7Copy full SHA for 0f487e7
setup.py
@@ -18,12 +18,13 @@
18
long_description = long_description,
19
long_description_content_type = "text/markdown",
20
author_email = "[email protected]",
21
- url = "https://volatilityfoundation.org/volatility/",
+ url = "https://github.com/volatilityfoundation/volatility3/",
22
project_urls = {
23
"Bug Tracker": "https://github.com/volatilityfoundation/volatility3/issues",
24
"Documentation": "https://volatility3.readthedocs.io/",
25
"Source Code": "https://github.com/volatilityfoundation/volatility3",
26
},
27
+ python_requires = '>=3.5.3',
28
include_package_data = True,
29
exclude_package_data = {
30
'': ['development', 'development.*'],
0 commit comments