diff --git a/LICENSE b/LICENSE index cf400b7..0402a92 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The 3-Clause BSD License -Copyright 2022 Ivan Golikov +Copyright 2025 Ivan Golikov Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/pyproject.toml b/pyproject.toml index afce1cd..3e746fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pssecret-server" -version = "0.0.1" +version = "1.0.0" description = "API service for secrets sharing over network" authors = ["Ivan Golikov "] license = "BSD-3-Clause" @@ -9,12 +9,14 @@ homepage = "https://git.ivnglkv.me/root/pssecret-server" repository = "https://git.ivnglkv.me/root/pssecret-server" documentation = "https://git.ivnglkv.me/root/pssecret-server/wiki" classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: FastAPI", "Intended Audience :: Information Technology", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ]