File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ __pycache__/
66# Distribution / packaging
77dist
88* .egg-info
9- pandoc- * -amd64.deb
10- pandoc- * -windows-x86_64.msi
11- pandoc- * -x86_64-macOS.pkg
12- README.rst
139
1410# Environments
1511.venv /
1915# Other
2016kubectl.exe
2117/build
22- /.vscode
23- /site
18+ /.vscode
19+ /site
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools" ,
4- " pypandoc"
3+ " setuptools"
54]
65build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1414sys .path .insert (0 , 'src' )
1515
1616
17- if not os .path .exists ('README.rst' ):
18- import pypandoc
19- pypandoc .download_pandoc (targetfolder = '~/bin/' )
20- pypandoc .convert_file ('README.md' , 'rst' , outputfile = 'README.rst' )
21-
2217here = os .path .abspath (os .path .dirname (__file__ ))
23- with open (os .path .join (here , 'README.rst ' ), encoding = 'utf-8' ) as f :
18+ with open (os .path .join (here , 'README.md ' ), encoding = 'utf-8' ) as f :
2419 long_description = f .read ()
2520
2621# Maintain a single source of versioning
@@ -54,6 +49,7 @@ def get_version(rel_path):
5449 license = 'Eclipse Public License - v1.0' ,
5550 description = 'Python for Maximo Application Suite Dev/Ops' ,
5651 long_description = long_description ,
52+ long_description_content_type = 'text/markdown' ,
5753 install_requires = [
5854 'pyyaml' , # MIT License
5955 'openshift' , # Apache Software License
You can’t perform that action at this time.
0 commit comments