Compare commits
No commits in common. "d6fe9b76d7801d0988a15deafe4789e74c557a5e" and "0d20ada499080fdcf72eb1b5327870ed877535e5" have entirely different histories.
d6fe9b76d7
...
0d20ada499
|
@ -2,8 +2,6 @@
|
|||
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
||||
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
||||
|
||||
|
||||
|
||||
# Requests utilities.
|
||||
|
||||
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.18'
|
||||
__version__ = '0.1.17'
|
||||
|
|
10
setup.py
10
setup.py
|
@ -20,7 +20,15 @@ Currently supports [`requests_cache`](https://requests-cache.readthedocs.io) and
|
|||
The intention is that a libraries can automatically setup ratelimiting for
|
||||
their specific use cases, as the library most likely has a better
|
||||
understanding of the ratelimiting and caching behaviour of their associated websites than the user has.
|
||||
""".strip()
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```""".strip()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.""".strip()
|
||||
|
|
Loading…
Reference in New Issue
Block a user