Skip to content

Commit

Permalink
Merge pull request #43 from cloudblue/fix/LITE-19686_rm-extra-files
Browse files Browse the repository at this point in the history
extra files excluded from package
  • Loading branch information
maxipavlovic authored Jul 27, 2021
2 parents 561715d + 6215745 commit 2f4c4d3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ include VERSION
include README.md
include requirements/dev.txt
include requirements/test.txt
prune tests

exclude requirements/docs.txt
exclude sonar-project.properties
exclude travis_compat_tests.sh
exclude travis_integration_tests.sh
exclude tox.ini
prune docs
prune tests
prune integration_tests
prune examples

exclude .gitignore
prune .github

0 comments on commit 2f4c4d3

Please sign in to comment.