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 2b1bedb commit ee4ea1fCopy full SHA for ee4ea1f
pyproject.toml
@@ -7,8 +7,14 @@ module = 'scanpydoc'
7
author = 'Philipp Angerer'
8
author-email = '[email protected]'
9
home-page = 'https://icb-scanpydoc.readthedocs-hosted.com/en/latest/'
10
+description-file = 'README.rst'
11
classifiers = [
12
+ 'Intended Audience :: Developers',
13
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
14
+ 'Programming Language :: Python :: 3',
15
+ 'Topic :: Documentation :: Sphinx',
16
+ 'Topic :: Software Development :: Libraries :: Python Modules',
17
+ 'Framework :: Sphinx :: Extension',
18
]
19
requires-python = '>=3.5'
20
requires = [
0 commit comments