Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 46afad2

Browse files
lwfacebook-github-bot
authored andcommitted
Include docs and other text files in source distribution (#105)
Summary: Make the source distribution match the GitHub repo, except for "metadata" files related to our "infrastructure" (.gitignore, .github/, .circleci/). Fixes #103, although it doesn't exactly fix the issue there because we've gotten rid of the requirements.txt file a while ago (including its contents in setup.cfg) and that issue has already disappeared. ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Motivation and Context / Related issue See #103. ## How Has This Been Tested (if it applies) I ran `./setup.py sdist` and inspected the tar.gz. Pull Request resolved: #105 Reviewed By: adamlerer Differential Revision: D17517054 Pulled By: lerks fbshipit-source-id: 996b9f3c666e953295d06e2a9920bd36952807bb
1 parent 5e75d70 commit 46afad2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
global-include LICENSE*
2+
include *.md
3+
graft docs
4+
prune docs/build
5+
global-exclude .*

0 commit comments

Comments
 (0)