File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
description-file = README.md
3
+ long_description = file: README.md
4
+ long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 4
4
5
5
here = path .abspath (path .dirname (__file__ ))
6
6
7
- # long description from the README file
8
-
9
- with open (path .join (here , 'README.rst' ), encoding = 'utf-8' ) as f :
10
- long_description = f .read ()
11
-
12
7
# get the dependencies
13
8
with open (path .join (here , 'requirements.txt' ), encoding = 'utf-8' ) as f :
14
9
all_reqs = f .read ().split ('\n ' )
25
20
'A Python module for collection of common interactive command line user interfaces,'
26
21
' based on Inquirer.js'
27
22
),
28
- long_description = long_description ,
29
23
license = 'MIT' ,
30
24
url = 'https://github.com/CITGuru/PyInquirer/' ,
31
25
classifiers = [
You can’t perform that action at this time.
0 commit comments