Add SQLHelpers to voussoirkit.
This commit is contained in:
parent
90dfef7cc2
commit
66c48d4ab0
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ PATHS = [
|
|||
'D:\\git\\else\\RateMeter\\ratemeter.py',
|
||||
'D:\\git\\else\\Safeprint\\safeprint.py',
|
||||
'D:\\git\\else\\SpinalTap\\spinal.py',
|
||||
'D:\\git\\else\\SQLHelpers\\sqlhelpers.py',
|
||||
'D:\\git\\else\\Treeclass\\pathtree.py',
|
||||
'D:\\git\\else\\Treeclass\\treeclass.py',
|
||||
]
|
||||
|
|
|
@ -3,7 +3,7 @@ import setuptools
|
|||
setuptools.setup(
|
||||
name='voussoirkit',
|
||||
packages=['voussoirkit'],
|
||||
version='0.0.17',
|
||||
version='0.0.18',
|
||||
author='voussoir',
|
||||
author_email='ethan@voussoir.net',
|
||||
description='voussoir\'s toolkit',
|
||||
|
|
Loading…
Reference in a new issue