[ Root System Explorer ]
Location:
Root
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
gsutil
/
third_party
/
retry-decorator
+ Folder
+ File
Upload
Editing: setup.py
#!/usr/bin/env python from os.path import exists from setuptools import setup, find_packages from retry_decorator import __version__ setup( name='retry_decorator', version=__version__, author='Patrick Ng', author_email='pn.appdev@gmail.com', scripts=[], url='https://github.com/pnpnpn/retry-decorator', license='MIT', packages=find_packages(), description='Retry Decorator', long_description=open('README.rst').read() if exists("README.rst") else "", install_requires=[ ], )
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 .gitignore
FILE
Ren
[EDIT]
DEL
📄 CHANGES.txt
FILE
Ren
[EDIT]
DEL
📄 LICENSE.txt
FILE
Ren
[EDIT]
DEL
📄 MANIFEST.in
FILE
Ren
[EDIT]
DEL
📄 Makefile
FILE
Ren
[EDIT]
DEL
📄 README.rst
FILE
Ren
[EDIT]
DEL
📁 retry_decorator/
DIR
Ren
DEL
📄 setup.py
FILE
Ren
[EDIT]
DEL