We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f633 commit 6d382e3Copy full SHA for 6d382e3
setup.py
@@ -2,14 +2,11 @@
2
import os
3
import io
4
5
-# long_description = io.open(
6
- # os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
7
-
8
setup(
9
name="httpbin",
10
version="0.9.0",
11
description="HTTP Request and Response Service",
12
- # long_description=long_description,
+ long_description="A simple HTTP Request & Response Service, written in Python + Flask.",
13
14
# The project URL.
15
url='https://github.com/requests/httpbin',
0 commit comments