File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1010from contentstack .stack import Stack
1111from .utility import Utils
1212
13+ __all__ = (
14+ "Entry" ,
15+ "Asset" ,
16+ "ContentType" ,
17+ "HTTPSConnection" ,
18+ "Stack" ,
19+ "Utils"
20+ )
21+
1322__title__ = 'contentstack-delivery-python'
1423__author__ = 'contentstack'
1524__status__ = 'debug'
Original file line number Diff line number Diff line change 88from contentstack .contenttype import ContentType
99from contentstack .https_connection import HTTPSConnection
1010from contentstack .image_transform import ImageTransform
11- from contentstack import __author__
12- from contentstack import __developer_email__
13- from contentstack import __license__
14- from contentstack import __version__
15-
1611
1712log = logging .getLogger (__name__ )
1813DEFAULT_HOST = 'cdn.contentstack.io'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tox==4.5.1
88virtualenv == 20.23.0
99Sphinx == 7.0.1
1010sphinxcontrib-websupport == 1.2.4
11- pip == 23.1.2
11+ pip == 23.3.1
1212build == 0.10.0
1313wheel == 0.40.0
1414lxml == 4.9.2
You can’t perform that action at this time.
0 commit comments