Skip to content

Commit 90720c3

Browse files
authored
Add project urls
1 parent e77babf commit 90720c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ def no_compile(self, file_path):
104104
description='Open-source scientific and technical publishing system built on Pandoc.',
105105
long_description=long_description,
106106
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+
},
107111
packages=['quarto_cli'],
108112
entry_points={
109113
'console_scripts': [
@@ -123,4 +127,4 @@ def no_compile(self, file_path):
123127
'nbclient',
124128
'wheel',
125129
],
126-
)
130+
)

0 commit comments

Comments
 (0)