diff --git a/pyproject.toml b/pyproject.toml index bf2e5cb..01622d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "git-insights-cli" version = "1.0.0" description = "A CLI tool that analyzes git repositories to generate developer productivity insights" readme = "README.md" -license = {text = "MIT"} +license = "MIT" requires-python = ">=3.8" authors = [ {name = "Git Insights Team"} @@ -17,7 +17,6 @@ classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",