We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4576ba1 commit 34b2e36Copy full SHA for 34b2e36
pyproject.toml
@@ -3,17 +3,17 @@ requires = ["setuptools>=70.1"]
3
4
[project]
5
name = "sonyflake-turbo"
6
-version = "0.1.0"
+version = "1.0.0"
7
authors = [
8
{name = "Anatolii Aniskovych", email = "zipfile.d@protonmail.com"},
9
]
10
description = "A Sonyflake implementation optimized for extreme usages."
11
readme = "README.rst"
12
requires-python = ">=3.10"
13
keywords = ["sonyflake"]
14
-license = {text = "BSD-2-Clause"}
+license = "BSD-2-Clause"
15
classifiers = [
16
- "License :: OSI Approved :: BSD License",
+ "Development Status :: 5 - Production/Stable",
17
"Operating System :: POSIX :: Linux",
18
"Programming Language :: Python :: 3",
19
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments