Skip to content

Commit

Permalink
Added py.typed and removed v4 cms restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Mar 2, 2022
1 parent bef49fa commit b2d6593
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
include .editorconfig
include *.py
include *.rst
include *.yaml
include tox.ini
global-exclude *.py[cod]
prune __pycache__
prune tests
exclude .editorconfig
exclude .pre-commit-config.yaml
exclude test_settings.py
exclude tox.ini
include HISTORY.rst
include LICENSE
include pyproject.toml
include README.rst
include src/*/py.typed
recursive-include src *.html
recursive-include tests *.in
recursive-include tests *.py
recursive-include tests *.txt
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = djangocms-ads
version = 1.0.0
version = 1.0.1
description = Google ads for django-cms
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down Expand Up @@ -36,7 +36,7 @@ packages = find:
include_package_data = True
install_requires =
Django>=2.2,<4.0
django-cms>=3.7,<4.0
django-cms>=3.7
djangocms-attributes-field
django-sekizai
python_requires = >=3.8,<3.10
Expand Down
2 changes: 1 addition & 1 deletion src/djangocms_ads/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = '1.0.0'
__version__ = '1.0.1'
Empty file added src/djangocms_ads/py.typed
Empty file.

0 comments on commit b2d6593

Please sign in to comment.