Skip to content

Commit

Permalink
Packaging: Further fixes to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Feb 1, 2021
1 parent bad253d commit 0f487e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
long_description = long_description,
long_description_content_type = "text/markdown",
author_email = "[email protected]",
url = "https://volatilityfoundation.org/volatility/",
url = "https://github.com/volatilityfoundation/volatility3/",
project_urls = {
"Bug Tracker": "https://github.com/volatilityfoundation/volatility3/issues",
"Documentation": "https://volatility3.readthedocs.io/",
"Source Code": "https://github.com/volatilityfoundation/volatility3",
},
python_requires = '>=3.5.3',
include_package_data = True,
exclude_package_data = {
'': ['development', 'development.*'],
Expand Down

0 comments on commit 0f487e7

Please sign in to comment.