diff --git a/MANIFEST.in b/MANIFEST.in index d8638ae..fd978f5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,15 @@ -global-exclude *.py[cod] -include VERSION -include README.rst +global-exclude * +include LICENSE +include MANIFEST.in include pyproject.toml +include README.md +include README.rst +include setup.cfg +include setup.py +include VERSION recursive-include comment *.py recursive-include comment/locale * +recursive-include comment/migrations * recursive-include comment/static * recursive-include comment/templates * recursive-include comment/templatetags * diff --git a/README.md b/README.md index 1e414b3..157efa6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Django Tailwind Comments [![PyPI version](https://img.shields.io/pypi/v/django-tailwind-comments.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/django-tailwind-comments/) +# Django Tailwind Comments + +[![PyPI version](https://img.shields.io/pypi/v/django-tailwind-comments.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/django-tailwind-comments/) +![PyPI - Downloads](https://img.shields.io/pypi/dm/django-tailwind-comments?color=092E20&logo=django) +![GitHub](https://img.shields.io/github/license/lordmahyar/django-tailwind-comments) ## Installation & Configuration diff --git a/VERSION b/VERSION index 9aa3464..5588ae8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 \ No newline at end of file +2.7.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 01de933..d06b109 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,5 +22,6 @@ zip_safe = False [options.extras_require] markdown = markdown -[flake8] -exclude = .git,*migrations*,test +[options.package_data] +mypkg = + comment/*