File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22formats = zip
33
44[metadata]
5+ long_description = file: pypi.md
6+ long_description_content_type = text/markdown
57license_files =
68 LICENSE.txt
79 src/NOTICE.txt
Original file line number Diff line number Diff line change 88
99here = os .path .abspath (os .path .dirname (__file__ ))
1010
11- # Get the long description from the pypi.md file
12- with open (os .path .join (here , 'pypi.md' ), encoding = 'utf-8' ) as f :
13- long_description = f .read ()
14-
1511define_macros = [('UNICODE' , 1 ), ('_UNICODE' , 1 )]
1612linetrace = False
1713if int (os .environ .get ('CYTHON_LINETRACE' , '0' )):
3733 name = "dwriteshapepy" ,
3834 version = '1.0.7' ,
3935 description = "Python extension for Windows DirectWrite shaping, modeled after uharfbuzz " ,
40- long_description = long_description ,
41- long_description_content_type = 'text/markdown' ,
4236 author = "Paul Linnerud" ,
4337 author_email = "paulli@microsoft.com" ,
4438 url = "https://github.com/microsoft/DWriteShapePy" ,
You can’t perform that action at this time.
0 commit comments