dist
This commit is contained in:
@@ -11,7 +11,7 @@ name = eh_logging.__name__
|
||||
setup(
|
||||
name=name,
|
||||
version=version,
|
||||
description='',
|
||||
description='Simple helper to get easier formatted logger from the python logging module',
|
||||
package_dir={'': 'eh_logging'},
|
||||
packages=find_packages(where='eh_logging'),
|
||||
long_description=long_description,
|
||||
@@ -20,6 +20,7 @@ setup(
|
||||
author=author,
|
||||
author_email='code@eishausener.de',
|
||||
license='MIT',
|
||||
# https://pypi.org/classifiers/
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: MIT License',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user