diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2023-10-04 16:42:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 16:42:46 +0200 |
commit | ccdbbb4716b240c3e5aa4c3389dcd92e142df22e (patch) | |
tree | 7335976fc7bb1b79d8b8812886f94715fe59ed95 /MANIFEST.in | |
download | act4e-ccdbbb4716b240c3e5aa4c3389dcd92e142df22e.tar.gz act4e-ccdbbb4716b240c3e5aa4c3389dcd92e142df22e.zip |
Initial commit
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4e280e6 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,19 @@ +#@ These are autogenerated. Add local stuff in the next section. + +include setup.json +exclude project.pp1.yaml +exclude Makefile* +exclude Dockerfile* +exclude *.mk +exclude requirements*txt +exclude MANIFEST.in +exclude README* +exclude LICENSE* +prune .* +exclude .* +exclude src/conf.py +prune src/**/__pycache__ +prune src/*_tests* +prune out + +#@ add local below |