Skip to content

Commit 14043bd

Browse files
yohanboniface1st1
authored andcommitted
More metadatas for pypi
1 parent 8f41b46 commit 14043bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
from setuptools import setup, Extension
22

3+
with open('README.md') as f:
4+
long_description = f.read()
35

46
setup(
57
name='httptools',
68
version='0.0.11',
79
description='A collection of framework independent HTTP protocol utils.',
10+
long_description=long_description,
11+
long_description_content_type='text/markdown',
12+
url='https://github.com/MagicStack/httptools',
813
classifiers=[
914
'License :: OSI Approved :: MIT License',
1015
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)