Refs #15, #16, #17, #22, #27, #30
pull/34/head 0.5
Simon Willison 2021-11-10 19:40:30 -08:00 zatwierdzone przez GitHub
rodzic c75d418e2e
commit 794e4402af
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
from setuptools import setup
import os
VERSION = "0.4"
VERSION = "0.5"
def get_long_description():
@ -33,6 +33,5 @@ setup(
""",
install_requires=["click", "boto3"],
extras_require={"test": ["pytest", "pytest-mock"]},
tests_require=["s3-credentials[test]"],
python_requires=">=3.6",
)