Skip to content

Commit 6d382e3

Browse files
committedJun 29, 2018
Added long_description for setuptools.
Signed-off-by: Brett Randall <[email protected]>
1 parent c39f633 commit 6d382e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
import os
33
import io
44

5-
# long_description = io.open(
6-
# os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
7-
85
setup(
96
name="httpbin",
107
version="0.9.0",
118
description="HTTP Request and Response Service",
12-
# long_description=long_description,
9+
long_description="A simple HTTP Request & Response Service, written in Python + Flask.",
1310

1411
# The project URL.
1512
url='https://github.com/requests/httpbin',

0 commit comments

Comments
 (0)