We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc21e6d commit be10efaCopy full SHA for be10efa
templates/__init__.py.jj2
@@ -1,7 +1,4 @@
1
from {{name|replace('-', '_')}}._version import __version__
2
from {{name|replace('-', '_')}}._version import __author__
3
4
-__all__ = (
5
- '__author__',
6
- '__version__',
7
-)
+__all__ = ("__author__", "__version__")
templates/_version.py.jj2
@@ -1,2 +1,2 @@
-__version__ = '{{version}}'
-__author__ = '{{author}}'
+__version__ = "{{version}}"
+__author__ = "{{author}}"
0 commit comments