Skip to content

Commit

Permalink
Update Pypi metadata and Py versions supported in the documentation
Browse files Browse the repository at this point in the history
for #847
  • Loading branch information
machawk1 committed Oct 16, 2024
1 parent 79359a5 commit edce6fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Another important feature of archival replays is the inclusion of an archival ba

## Installing

InterPlanetary Wayback (ipwb) requires Python 3.8+. ipwb can also be used with Docker ([see below](#user-content-using-docker)).
InterPlanetary Wayback (ipwb) requires Python 3.9+. ipwb can also be used with Docker ([see below](#user-content-using-docker)).

For conventional usage, the latest release of ipwb can be installed using pip:

Expand Down
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='[email protected]',
description=desc,
packages=['ipwb'],
python_requires='>=3.8',
python_requires='>=3.9',
license='MIT',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -30,7 +30,9 @@
'pycryptodome>=3.4.11',
'requests>=2.19.1',
'beautifulsoup4>=4.6.3',
'surt>=0.3.0'
'surt>=0.3.0',
'multiaddr>=0.0.9',
'packaging==23.0'
],
tests_require=[
'flake8>=3.4',
Expand All @@ -56,10 +58,11 @@

'Environment :: Web Environment',

'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',

'License :: OSI Approved :: MIT License',

Expand Down

0 comments on commit edce6fe

Please sign in to comment.