Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 07:55:41 +00:00
parent 3a29b03e72
commit 1c60436421

View File

@@ -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",