File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414 rm -rf $(ROOT_DIR ) /dist;
1515 rm -rf $(ROOT_DIR ) /env;
1616 rm -rf $(ROOT_DIR ) /* .egg-info;
17- rm -rf $(ROOT_DIR ) /urlparser /* .pyc;
17+ rm -rf $(ROOT_DIR ) /secretcli /* .pyc;
1818
1919package :
2020 source $(ROOT_DIR ) /env/bin/activate; python setup.py bdist_wheel
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33# To use a consistent encoding
44from codecs import open
5- from os import path
6-
7- here = path .abspath (path .dirname (__file__ ))
85
96try :
107 import pypandoc
1310 long_description = open ('README.md' ).read ()
1411
1512
16- version = '0.1.0 '
13+ version = '0.1.1 '
1714setup (
1815
1916 name = 'secretcli' ,
4643 'boto3>=1.9,<2.0' ,
4744 'click>=6.0,<8.0' ,
4845 'requests' ,
49- 'pyyaml'
46+ 'pyyaml' ,
47+ 'urllib3<1.24'
5048 ],
5149
5250 extras_require = {
You can’t perform that action at this time.
0 commit comments