-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #547 from isidentical/fixup-references
fixup references to dask/s3fs
- Loading branch information
Showing
8 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
Dask is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more. | ||
|
||
For general information on how to contribute see https://docs.dask.org/en/latest/develop.html. | ||
s3fs is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ Install from source | |
|
||
You can also download the ``s3fs`` library from Github and install normally:: | ||
|
||
git clone [email protected]:dask/s3fs | ||
git clone [email protected]:fsspec/s3fs | ||
cd s3fs | ||
python setup.py install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
'Programming Language :: Python :: 3.9', | ||
], | ||
description='Convenient Filesystem interface over S3', | ||
url='http://github.com/dask/s3fs/', | ||
url='http://github.com/fsspec/s3fs/', | ||
maintainer='Martin Durant', | ||
maintainer_email='[email protected]', | ||
license='BSD', | ||
|