Skip to content

Commit 0f487e7

Browse files
committed
Packaging: Further fixes to setup.py
1 parent bad253d commit 0f487e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
long_description = long_description,
1919
long_description_content_type = "text/markdown",
2020
author_email = "[email protected]",
21-
url = "https://volatilityfoundation.org/volatility/",
21+
url = "https://github.com/volatilityfoundation/volatility3/",
2222
project_urls = {
2323
"Bug Tracker": "https://github.com/volatilityfoundation/volatility3/issues",
2424
"Documentation": "https://volatility3.readthedocs.io/",
2525
"Source Code": "https://github.com/volatilityfoundation/volatility3",
2626
},
27+
python_requires = '>=3.5.3',
2728
include_package_data = True,
2829
exclude_package_data = {
2930
'': ['development', 'development.*'],

0 commit comments

Comments
 (0)