Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
kra3 committed Oct 2, 2018
1 parent 61f5c2f commit 5adfa1e
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -7,3 +7,4 @@ doc/_build
*~
.ropeproject
.vimrc
.eggs/
6 changes: 3 additions & 3 deletions pyga/requests.py
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@
from urllib.parse import urlencode
from urllib.request import Request as urllib_request
from urllib.request import urlopen
__author__ = "Germaniero"

__author__ = "Arun KR (kra3) <the1.arun@gmail.com"
__license__ = "Simplified BSD"
__version__ = '3.0.0'
__version__ = '2.6.0'

logger = logging.getLogger(__name__)

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -36,5 +36,5 @@
'Topic :: Internet :: WWW/HTTP :: WSGI',
],
test_suite='tests',
tests_require=['mock', 'six',]
tests_require=['mock',]
)

0 comments on commit 5adfa1e

Please sign in to comment.