This commit is contained in:
@@ -7,7 +7,7 @@ name = "git-insights-cli"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "A CLI tool that analyzes git repositories to generate developer productivity insights"
|
description = "A CLI tool that analyzes git repositories to generate developer productivity insights"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = "MIT"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Git Insights Team"}
|
{name = "Git Insights Team"}
|
||||||
@@ -17,7 +17,6 @@ classifiers = [
|
|||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user