aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-07-23 13:10:13 -0400
committerDonald Stufft <donald@stufft.io>2018-07-23 13:10:13 -0400
commit2af3d4c51bca6a769a681cdfee10c9eda02b0838 (patch)
treee919e074fb1d98d6007ae260dff5eaf0e7cad602 /MANIFEST.in
parent162a17e246f51c90f61fe135e1db1006965a3385 (diff)
downloadcryptography-2af3d4c51bca6a769a681cdfee10c9eda02b0838.tar.gz
cryptography-2af3d4c51bca6a769a681cdfee10c9eda02b0838.tar.bz2
cryptography-2af3d4c51bca6a769a681cdfee10c9eda02b0838.zip
Fixes #3548 - add a pyproject.toml (#4363)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b05a869c..373c2420 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,8 @@ include LICENSE.APACHE
include LICENSE.BSD
include README.rst
+include pyproject.toml
+
recursive-include docs *
recursive-include src/_cffi_src *.py *.c *.h
prune docs/_build