Skip to content

Commit d46c149

Browse files
authored
redo readme for new twine (#977)
1 parent 55a0f71 commit d46c149

File tree

4 files changed

+21
-30
lines changed

4 files changed

+21
-30
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212
exclude: ^docs/
1313
- repo: https://github.com/pycqa/flake8
14-
rev: '4.0.1'
14+
rev: '7.3.0'
1515
hooks:
1616
- id: flake8
1717
exclude: tests/|^docs/|__init__.py

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
s3fs
2+
====
3+
4+
[|Build Status|](https://github.com/fsspec/s3fs/actions)
5+
[|Documentation|](https://s3fs.readthedocs.io/en/latest/?badge=latest)
6+
7+
S3FS builds on [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/)
8+
to provide a convenient Python filesystem interface for S3.
9+
10+
11+
Support
12+
-------
13+
14+
Work on this repository is supported in part by:
15+
16+
"Anaconda, Inc. - Advancing AI through open source."
17+
18+
<a href="https://anaconda.com/"><img src="https://camo.githubusercontent.com/b8555ef2222598ed37ce38ac86955febbd25de7619931bb7dd3c58432181d3b6/68747470733a2f2f626565776172652e6f72672f636f6d6d756e6974792f6d656d626572732f616e61636f6e64612f616e61636f6e64612d6c617267652e706e67" alt="anaconda logo" width="40%"/></a>

README.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@
3939
"awscli": [f"aiobotocore[awscli]{aiobotocore_version_suffix}"],
4040
"boto3": [f"aiobotocore[boto3]{aiobotocore_version_suffix}"],
4141
},
42+
long_description="README.md",
43+
long_description_content_type="text/markdown",
4244
zip_safe=False,
4345
)

0 commit comments

Comments
 (0)