BigW Consortium Gitlab

Commit 1894faae by Tarun Bhardwaj

Merge branch 'release/0.4.2'

parents ba25fcb5 17b0731f
include README.md
\ No newline at end of file
...@@ -14,7 +14,7 @@ test_requirements = [ ...@@ -14,7 +14,7 @@ test_requirements = [
setup( setup(
name='pyetsy', name='pyetsy',
version='0.4.1', version='0.4.2',
author='Dan McKinley & Fulfil.IO Inc.', author='Dan McKinley & Fulfil.IO Inc.',
author_email='dan@etsy.com,support@fulfil.io', author_email='dan@etsy.com,support@fulfil.io',
description='Python access to the Etsy API', description='Python access to the Etsy API',
...@@ -26,5 +26,6 @@ setup( ...@@ -26,5 +26,6 @@ setup(
install_requires=['simplejson >= 2.0'], install_requires=['simplejson >= 2.0'],
extras_require={ extras_require={
'OAuth': ["oauth2>=1.2.0"], 'OAuth': ["oauth2>=1.2.0"],
} },
package_data={'etsy': ['README.md']},
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment