Skip to content

Commit 0d20588

Browse files
committed
setup.cfg: add classifiers
1 parent 3ee5ad7 commit 0d20588

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description = SSH Filesystem -- Async SSH/SFTP backend for fsspec
55
license = Apache License 2.0
66
long_description = file: README.md
77
long_description_content_type = text/markdown
8+
classifiers =
9+
Development Status :: 4 - Beta
10+
Programming Language :: Python :: 3
11+
Programming Language :: Python :: 3.7
12+
Programming Language :: Python :: 3.8
13+
Programming Language :: Python :: 3.9
14+
Programming Language :: Python :: 3.10
815

916
[options]
1017
install_requires =

0 commit comments

Comments
 (0)