parent
2650943f9d
commit
d6ef55020c
@ -32,6 +32,7 @@ classifiers =
|
|||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
@ -40,7 +41,7 @@ classifiers =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >= 3.7
|
python_requires = >= 3.6
|
||||||
install_requires =
|
install_requires =
|
||||||
click
|
click
|
||||||
requests
|
requests
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
"""Module initializer and provider of static information."""
|
"""Module initializer and provider of static information."""
|
||||||
|
|
||||||
__version__ = "3.0.4"
|
__version__ = "3.0.5"
|
||||||
|
|
||||||
from .availability_api import WaybackMachineAvailabilityAPI
|
from .availability_api import WaybackMachineAvailabilityAPI
|
||||||
from .cdx_api import WaybackMachineCDXServerAPI
|
from .cdx_api import WaybackMachineCDXServerAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user