File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed
Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 11python setup.py bdist_wheel
2- twine upload dist/postgrespy-0.1 .0-py3-none-any.whl
2+ twine upload dist/postgrespy-0.2 .0-py3-none-any.whl
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- from distutils .core import setup
4- setup (
5- name = 'postgrespy' ,
6- packages = ['postgrespy' ],
7- version = '0.1.0' ,
8- description = 'A simple postgres orm' ,
9- author = 'Dung (DV) Nguyen' ,
10- author_email = '[email protected] ' ,
11- url = 'https://github.com/nguyendv/postgrespy' ,
12- download_url = 'https://github.com/nguyendv/postgrespy/archive/0.1.0.tar.gz' ,
13- install_requires = [
14- 'psycopg2>=2.7' ,
15- 'Jinja2>=2.9'
16- ],
17- python_requires = '~=3.6' ,
18- keywords = [],
19- classifiers = []
3+ setup (
4+ name = 'postgrespy' ,
5+ packages = ['postgrespy' ],
6+ version = '0.2.0' ,
7+ description = 'A simple postgres orm' ,
8+ author = 'Dung (DV) Nguyen' ,
9+ 10+ url = 'https://github.com/nguyendv/postgrespy' ,
11+ download_url = 'https://github.com/nguyendv/postgrespy/archive/0.2.0.tar.gz' ,
12+ install_requires = [
13+ 'psycopg2>=2.7' ,
14+ 'Jinja2>=2.9'
15+ ],
16+ python_requires = '~=3.6' ,
17+ keywords = [],
18+ classifiers = []
2019)
You can’t perform that action at this time.
0 commit comments