Skip to content

Commit ee4ea1f

Browse files
committed
some classifiers
1 parent 2b1bedb commit ee4ea1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ module = 'scanpydoc'
77
author = 'Philipp Angerer'
88
author-email = '[email protected]'
99
home-page = 'https://icb-scanpydoc.readthedocs-hosted.com/en/latest/'
10+
description-file = 'README.rst'
1011
classifiers = [
12+
'Intended Audience :: Developers',
1113
'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',
1218
]
1319
requires-python = '>=3.5'
1420
requires = [

0 commit comments

Comments
 (0)