Skip to content

Commit b40e7b0

Browse files
committed
setup.py: mark TODO: update package version detector for Python 3.8
1 parent 3f8d15d commit b40e7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
4444
encoding=kwargs.get('encoding', 'utf8')) as fh:
4545
return fh.read()
4646

47+
# TODO: update version detector for Python 3.8 (accept also ast.Constant beside ast.Str)
4748
#
4849
# Extract __version__ from the package __init__.py
4950
# (since it's not a good idea to actually run __init__.py during the build process).

0 commit comments

Comments
 (0)