diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b161a5f..37ed49f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,10 @@ -include embeddedcryptopp/extraversion.h
\ No newline at end of file +include copyright COPYING.GPL COPYING.TGPPL.html ChangeLog NEWS.rst README.rst +include COPYING.ed25519 README.ed25519.rst +include MANIFEST.in +include versioneer.py +include _doubleloadtester.cpp + +graft src/pycryptopp +graft src-cryptopp +graft src-ed25519 +graft misc |