Skip to content

Commit

Permalink
Reduce files included in MANIFEST.in.
Browse files Browse the repository at this point in the history
Remove the following files from the distribution, by removing
them from MANIFEST.in:
- `*.aiida` export files, used for testing
- `*.png` files from the `docs` directory
- files in `utils`, with the exception of `fasentrypoints.py`
  which is used in the install process.
  • Loading branch information
Dominik Gresch committed Jun 29, 2020
1 parent 90d3f8b commit 43104e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
include aiida/backends/tests/export_import_test_files/*.aiida
include aiida/backends/sqlalchemy/migrations/script.py.mako
include aiida/cmdline/templates/*.tpl
include aiida/manage/backup/backup_info.json.tmpl
include docs/source/images/*.png
include utils/*
include utils/fastentrypoints.py
include setup.json
include AUTHORS.txt
include CHANGELOG.md
Expand Down

0 comments on commit 43104e3

Please sign in to comment.