diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2017-05-29 15:52:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-29 15:52:37 -0700 |
| commit | 2ac1f969139ace2170d16204ae75bffcf5257b9f (patch) | |
| tree | 5c38fbe86a17a322536f6694d80f2a94f1449539 | |
| parent | 4224a376805d7ce5fe6d6193ad3efbace74bcee0 (diff) | |
| parent | a77a161a8e9f0c25db713634b1f276418994c038 (diff) | |
| download | isort-2ac1f969139ace2170d16204ae75bffcf5257b9f.tar.gz | |
Merge pull request #531 from jdufresne/manifest
Add MANIFEST.in to include additional files in releases
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..7db7325c --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +include ACKNOWLEDGEMENTS.md +include CHANGELOG.md +include LICENSE +include test_isort.py |
