Skip to content

Commit dad643c

Browse files
committed
Added notes on publishing
1 parent 755ded0 commit dad643c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Signa
33

44
Utility lib to create authorized requests for various services.
55

6+
Supported services:
7+
8+
- AWS S3
9+
- Digital Ocean Spaces
10+
- Yandex Object storage
11+
612
**Currently in alpha, use with caution!**
713

814
Install

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
with open('README.md', 'r') as readme_fp:
1616
__description__ = readme_fp.read()
1717

18+
# NOTE: Steps for publishing
19+
# - pip install twine wheel
20+
# - python setup.py sdist bdist_wheel
21+
# - twine check dist/*
22+
# - twine upload dist/*
23+
1824
setup(
1925
name='signa',
2026
version=__version__,

0 commit comments

Comments
 (0)