From 80bb4dfe96acf89b3f050c757795b7cd0165aa41 Mon Sep 17 00:00:00 2001 From: voronin9032 Date: Sat, 25 Nov 2023 22:21:45 +0300 Subject: [PATCH] Change copyright year, change organization name in URLs --- LICENSE | 2 +- pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 68cb43a..dfe4663 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2022 Rdimo -Copyright (c) 2022 Voronin9032 +Copyright (c) 2022-2023 Voronin9032 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index a37fdf1..0241110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ keywords = [ "library", "lib", "module", "cli" ] classifiers = [ - "Development Status :: 4 - Beta", "Natural Language :: English", "Intended Audience :: Developers", "Intended Audience :: Other Audience", @@ -23,8 +22,8 @@ classifiers = [ ] [tool.poetry.urls] -"Homeage" = "https://github.com/analgadgets/pip-install-traps" -"Bug Tracker" = "https://github.com/analgadgets/pip-install-traps/issues" +"Homeage" = "https://github.com/anga02/pip-install-traps" +"Bug Tracker" = "https://github.com/anga02/pip-install-traps/issues" [tool.poetry.dependencies] python = "^3.7"