We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dd1f3 commit c5e147bCopy full SHA for c5e147b
setup.py
@@ -40,14 +40,15 @@ def run_tests(self):
40
41
setup(
42
name='pyembedpg',
43
- version='0.0.1',
+ version='0.0.2',
44
description='Run embedded version of Postgres',
45
long_description='Run embedded version of Postgres',
46
keywords='postgres, python, tests',
47
license='Apache License 2.0',
48
author='Simulmedia',
49
author_email='francois@simulmedia.com',
50
url='http://github.com/simulmedia/pyembedpg/',
51
+ packages=[''],
52
classifiers=[
53
'License :: OSI Approved :: Apache Software License',
54
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments