Skip to content

Commit c5e147b

Browse files
committed
forgot to include current package
1 parent 81dd1f3 commit c5e147b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ def run_tests(self):
4040

4141
setup(
4242
name='pyembedpg',
43-
version='0.0.1',
43+
version='0.0.2',
4444
description='Run embedded version of Postgres',
4545
long_description='Run embedded version of Postgres',
4646
keywords='postgres, python, tests',
4747
license='Apache License 2.0',
4848
author='Simulmedia',
4949
author_email='[email protected]',
5050
url='http://github.com/simulmedia/pyembedpg/',
51+
packages=[''],
5152
classifiers=[
5253
'License :: OSI Approved :: Apache Software License',
5354
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)