Skip to content

Commit

Permalink
update pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 1, 2024
1 parent e328c94 commit 1b86eb2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,23 @@ readme = "README.md"
keywords = ["rocksdb", "dbm", "dict", "key-value"]

classifiers = [
"Programming Language :: Rust",
"License :: OSI Approved :: MIT License",
'Programming Language :: Rust',
'Programming Language :: Python',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Topic :: Database',
'Topic :: Software Development :: Embedded Systems',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 5 - Production/Stable',
]

[build-system]
Expand Down

0 comments on commit 1b86eb2

Please sign in to comment.