better log formatting and limit lines to 80 char
[logparse.git] / setup.py
index 8eac615666880056a18a88dad2ed7c3c7a4b41a5..8d246586d46a6fc142b99b1ade492eeac8e71220 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
 
 setuptools.setup(
     name='logparse',                    # https://packaging.python.org/specifications/core-metadata/#name
-    version=logparse.__version__,       # https://www.python.org/dev/peps/pep-0440/   https://packaging.python.org/en/latest/single_source_version.html
+    version=__version__,       # https://www.python.org/dev/peps/pep-0440/   https://packaging.python.org/en/latest/single_source_version.html
     description='Summarise server logs',
     long_description_content_type='text/markdown',
     url='https://git.lorimer.id.au/logparse.git',