Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 22, 2016
1 parent 675610f commit 315fc9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
recursive-include s3fs *.py
recursive-include docs *.rst

include setup.py
include README.rst
include LICENSE
include MANIFEST.in

prune docs/_build
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
s3fs
====

|Build Status|
|Build Status| |Doc Status|

S3FS is a convenient Python filesystem interface around S3.
S3FS builds on boto3_ to provide a convenient Python filesystem interface for S3.

View the documentation_ for s3fs.

.. _documentation: http://s3fs.readthedocs.org/en/latest/
.. _boto3: https://boto3.readthedocs.org/en/latest/

.. |Build Status| image:: https://travis-ci.org/dask/s3fs.svg?branch=master
:target: https://travis-ci.org/dask/s3fs
:alt: Build Status
.. |Doc Status| image:: http://readthedocs.org/projects/s3fs/badge/?version=latest
:target: http://s3fs.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status

0 comments on commit 315fc9d

Please sign in to comment.