We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77babf commit 90720c3Copy full SHA for 90720c3
setup.py
@@ -104,6 +104,10 @@ def no_compile(self, file_path):
104
description='Open-source scientific and technical publishing system built on Pandoc.',
105
long_description=long_description,
106
long_description_content_type='text/markdown',
107
+ project_urls = {
108
+ 'Homepage': 'https://www.quarto.org',
109
+ 'Source': 'https://www.github.com/quarto-dev/quarto-cli'
110
+ },
111
packages=['quarto_cli'],
112
entry_points={
113
'console_scripts': [
@@ -123,4 +127,4 @@ def no_compile(self, file_path):
123
127
'nbclient',
124
128
'wheel',
125
129
],
126
-)
130
+)
0 commit comments