This commit is contained in:
2017-03-16 20:13:47 -04:00
parent 7263b9ae97
commit 5f03bba84c
3 changed files with 26 additions and 18 deletions
+3 -3
View File
@@ -2,14 +2,14 @@ from setuptools import setup, find_packages
import os
import io
long_description = io.open(
os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
# long_description = io.open(
# os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
setup(
name="httpbin",
version="0.5.0",
description="HTTP Request and Response Service",
long_description=long_description,
# long_description=long_description,
# The project URL.
url='https://github.com/Runscope/httpbin',