Skip to content

Commit 34b2e36

Browse files
committed
Prepare pyproject.toml for 1.0 release
1 parent 4576ba1 commit 34b2e36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ requires = ["setuptools>=70.1"]
33

44
[project]
55
name = "sonyflake-turbo"
6-
version = "0.1.0"
6+
version = "1.0.0"
77
authors = [
88
{name = "Anatolii Aniskovych", email = "zipfile.d@protonmail.com"},
99
]
1010
description = "A Sonyflake implementation optimized for extreme usages."
1111
readme = "README.rst"
1212
requires-python = ">=3.10"
1313
keywords = ["sonyflake"]
14-
license = {text = "BSD-2-Clause"}
14+
license = "BSD-2-Clause"
1515
classifiers = [
16-
"License :: OSI Approved :: BSD License",
16+
"Development Status :: 5 - Production/Stable",
1717
"Operating System :: POSIX :: Linux",
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)