kopia lustrzana https://github.com/simonw/s3-credentials
rodzic
c75d418e2e
commit
794e4402af
3
setup.py
3
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = "0.4"
|
VERSION = "0.5"
|
||||||
|
|
||||||
|
|
||||||
def get_long_description():
|
def get_long_description():
|
||||||
|
@ -33,6 +33,5 @@ setup(
|
||||||
""",
|
""",
|
||||||
install_requires=["click", "boto3"],
|
install_requires=["click", "boto3"],
|
||||||
extras_require={"test": ["pytest", "pytest-mock"]},
|
extras_require={"test": ["pytest", "pytest-mock"]},
|
||||||
tests_require=["s3-credentials[test]"],
|
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue