solve licence issues with gpl and apache

This commit is contained in:
2025-12-15 21:03:27 +02:00
parent 754c390b67
commit 8ca921715e
4 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "jrnl-dev"
name = "jrnl"
version = "0.1.0"
description = "A CLI tool for developers to track work for daily standups using git hooks and LLM-powered summaries"
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Version Control :: Git",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GPL 2.0",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",