Skip to content

Commit

Permalink
fixes on package config
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyar-amiri committed Feb 15, 2023
1 parent fb96e5b commit b4454dc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
12 changes: 9 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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 *
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.1
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ zip_safe = False
[options.extras_require]
markdown = markdown

[flake8]
exclude = .git,*migrations*,test
[options.package_data]
mypkg =
comment/*

0 comments on commit b4454dc

Please sign in to comment.