Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 5, 2020
1 parent c1bf212 commit b357abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Testing tips
----------------
You can test your project using any specific combination of python, django and django cms.

For example ``tox -epy3.7-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7.
For example ``tox -epy37-django30-cms37`` runs the tests on python 3.7, Django 3.0 and django CMS 3.7.


Pull Request Guidelines
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 119
target-version = ["py36"]
include = 'meta/*py'
include = 'djangocms_page_tags/*py'

[tool.towncrier]
package = "djangocms-page-tags"
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ values =
rc
gamma

[bumpversion:file:meta/__init__.py]
[bumpversion:file:djangocms_page_tags/__init__.py]

[metadata]
name = djangocms-page-tags
Expand Down Expand Up @@ -65,12 +65,11 @@ zip_safe = False

[options.package_data]
* = *.txt, *.rst
meta = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
djangocms_page_tags = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po

[options.extras_require]
docs =
django<3.1
djangocms-page-tags

[upload]
repository = https://upload.pypi.org/legacy/
Expand Down

0 comments on commit b357abe

Please sign in to comment.