diff --git a/MANIFEST.in b/MANIFEST.in index 93f6f07..93b3151 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,14 +1,14 @@ -include COPYING.txt +global-include makeSip6.py +graft libtoprammer/fpga +graft reverse-engineering +graft tests include 01-toprammer-udev.rules -include README.lyx -include README.ps +include COPYING.txt include README-DEVELOPERS.lyx include README-DEVELOPERS.ps +include README.lyx +include README.ps include RUNTIME_IDS -global-include makeSip6.py -graft tests -graft reverse-engineering -graft libtoprammer/fpga - -prune build +include requirements.txt prune ./build +prune build diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3e79181 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +PyQt5 +pyusb +setuptools