File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ def readme():
88
99setup (
1010 name = 'py2store' ,
11- version = '0.0.2 ' ,
12- description = 'Interfacing with stored data through python .' ,
11+ version = '0.0.3 ' ,
12+ description = 'DAO for Python: Tools to create simple and consistent interfaces to complicated and varied data sources .' ,
1313 long_description = readme (),
1414 long_description_content_type = "text/markdown" ,
1515 url = 'https://github.com/i2mint/py2store' ,
@@ -19,7 +19,7 @@ def readme():
1919 install_requires = [],
2020 include_package_data = True ,
2121 zip_safe = False ,
22- download_url = 'https://github.com/i2mint/py2store/archive/v0.0.2 .zip' ,
22+ download_url = 'https://github.com/i2mint/py2store/archive/v0.0.3 .zip' ,
2323 keywords = ['storage' , 'interface' ],
2424 classifiers = [
2525 'Development Status :: 3 - Alpha' ,
You can’t perform that action at this time.
0 commit comments