There was an error while loading. Please reload this page.
1 parent 0c147ba commit 6d6c5a9Copy full SHA for 6d6c5a9
2 files changed
ckeditor/__init__.py
@@ -1,8 +1,5 @@
1
-import pkg_resources
+from .json_types import JSCode
2
3
-try:
4
- __version__ = pkg_resources.get_distribution('django-ckeditor').version
5
-except pkg_resources.DistributionNotFound:
6
- __version__ = None
+__all__ = ("JSCode",)
7
8
-from .json_types import JSCode
+__version__ = "4.5.7"
setup.cfg
@@ -1,5 +1,5 @@
[egg_info]
-tag_build = +atl.8.4
+tag_build = +atl.8.5
tag_date = false
[tool:pytest]
0 commit comments