This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user