Skip to content

Commit

Permalink
fix: Inclusion of full tests package in tarball [#115] (#119)
Browse files Browse the repository at this point in the history
* Added github actions

* Added codeql analysis

* Added docs action

* Drop python 3.5 and 3.6 & correct changelog to reflect the unreleased django 3.2 support.

* Preparing bumpversion support

* Update manifest to include full tests package for tarball.
  • Loading branch information
marksweb authored Jan 30, 2022
1 parent f7ef988 commit f1fee6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include LICENSE
include README.rst
recursive-exclude * *.py[co]
recursive-include tests *.html
recursive-include tests *.py
recursive-include tests *.txt

0 comments on commit f1fee6f

Please sign in to comment.