@@ -104,10 +104,29 @@ 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+ author = 'Quarto Team, Posit PBC, and other contributors' ,
108+ license = 'MIT' ,
107109 project_urls = {
108110 'Homepage' : 'https://www.quarto.org' ,
109111 'Source' : 'https://www.github.com/quarto-dev/quarto-cli'
110112 },
113+ classifiers = [
114+ 'Development Status :: 5 - Production/Stable' ,
115+ 'Intended Audience :: Developers' ,
116+ 'Intended Audience :: End Users/Desktop' ,
117+ 'Intended Audience :: Information Technology' ,
118+ 'Intended Audience :: Science/Research' ,
119+ 'License :: OSI Approved :: MIT License' ,
120+ 'Operating System :: MacOS :: MacOS X' ,
121+ 'Operating System :: Microsoft :: Windows' ,
122+ 'Operating System :: POSIX :: Linux' ,
123+ 'Programming Language :: Python :: 3.7' ,
124+ 'Programming Language :: Python :: 3.8' ,
125+ 'Programming Language :: Python :: 3.9' ,
126+ 'Programming Language :: Python :: 3.10' ,
127+ 'Programming Language :: Python :: 3.11' ,
128+ 'Programming Language :: Python :: 3.12' ,
129+ ],
111130 packages = ['quarto_cli' ],
112131 entry_points = {
113132 'console_scripts' : [
0 commit comments