File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ * .pyc
2+ dist
Original file line number Diff line number Diff line change 1+ # file GENERATED by distutils, do NOT edit
2+ setup.cfg
3+ setup.py
4+ testgres/__init__.py
5+ testgres/testgres.py
Original file line number Diff line number Diff line change 22setup (
33 name = 'testgres' ,
44 packages = ['testgres' ],
5- version = '0.1' ,
5+ version = '0.1.1 ' ,
66 description = 'Testing utility for postgresql and it' 's extensions' ,
77 author = 'Ildar Musin' ,
88 author_email = 'zildermann@gmail.com' ,
99 url = 'https://github.com/postgrespro/testgres' ,
10- download_url = 'https://github.com/postgrespro/testgres/tarball/0.1' ,
10+ download_url = 'https://github.com/postgrespro/testgres/tarball/0.1.1 ' ,
1111 keywords = ['testing' , 'postgresql' ],
1212 classifiers = [],
13+ install_requires = ["pg8000" ]
1314)
You can’t perform that action at this time.
0 commit comments