Skip to content

Commit

Permalink
updating requirements and script to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed May 3, 2015
1 parent b241460 commit 48ae8d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
20 changes: 20 additions & 0 deletions publish_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
##################################################
#
# Author : josuebrunel
# Filename : publish_package.sh
# Description :
# Creation Date : 03-05-2015
# Last Modified : Sun May 3 14:55:43 2015
#
##################################################

if [ ! -z $1 ]; then
if [ $1 == 'testing' ]
$server=pypitest
else
$server=pypi
fi

python setup.py register -r $sever

python setup.py sdist upload -r $server
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
certifi==14.05.14
oauthlib==0.7.2
python-dateutil==2.2
requests==2.4.0
rauth==0.7.1
requests==2.6.2
requests-oauthlib==0.4.2
six==1.9.0
wsgiref==0.1.2
rauth==0.7.1

0 comments on commit 48ae8d0

Please sign in to comment.