Updated
This commit is contained in:
parent
69efe86fb9
commit
68854831de
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# Advanced Python Logging - Developed by acidvegas in Python (https://git.acid.vegas/apv)
|
||||
# apv/__init__.py
|
||||
# apv/__init__.py
|
||||
|
||||
from apv.apv import setup_logging
|
||||
|
||||
__all__ = ['setup_logging']
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
|
||||
|
||||
setup(
|
||||
name='apv',
|
||||
version='4.0.0',
|
||||
version='4.0.1',
|
||||
description='Advanced Python Logging',
|
||||
author='acidvegas',
|
||||
author_email='acid.vegas@acid.vegas',
|
||||
|
@ -10,7 +10,7 @@ import time
|
||||
|
||||
sys.dont_write_bytecode = True # FUCKOFF __pycache__
|
||||
|
||||
import apv.apv as apv
|
||||
import apv
|
||||
|
||||
|
||||
def test_console_logging():
|
||||
|
Loading…
Reference in New Issue
Block a user