๐Ÿ“ฆ encode / django-vanilla-views

๐Ÿ“„ MANIFEST.in ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15global-exclude *.py[cod]
prune docs
prune example
prune tests
prune __pycache__
include LICENSE
include README.md
exclude .editorconfig
exclude .pre-commit-config.yaml
exclude manage.py
exclude mkdocs.py
include pyproject.toml
exclude testsettings.py
exclude tox.ini