diff --git a/MANIFEST.in b/MANIFEST.in index 9607566..150db8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include tests/*.py +include stdeb.cfg recursive-include data *.crt recursive-include spec *.asn88 diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 0000000..01dbdde --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,2 @@ +[DEFAULT] +Depends: python-pyasn1, python-pyasn1-modules, python-m2crypto