Skip to content

Commit

Permalink
Include tests in source distributions (pydantic#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed Oct 9, 2020
1 parent c6a24f2 commit e8326f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,3 +1,6 @@
include LICENSE
include README.md
include HISTORY.md
graft tests
global-exclude __pycache__
global-exclude *.py[cod]
1 change: 1 addition & 0 deletions changes/1976-sbraz.md
@@ -0,0 +1 @@
Include tests in source distributions.

0 comments on commit e8326f8

Please sign in to comment.