Skip to content

Commit

Permalink
Changed from "GPLv3" to standard identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Maralai committed Feb 1, 2025
1 parent 27fe4b1 commit 54f4823
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="SummarizeGPT",
version=1.4,
version=1.5,
author="Matt Harrison",
author_email="matt@harrison.consulting",
description="Tool to summarize directories of code for prompting with LLMs",
Expand All @@ -23,6 +23,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
install_requires=[
'gitignore_parser',
Expand All @@ -33,5 +34,5 @@
'SummarizeGPT=summarizeGPT.summarizeGPT:main',
],
},
license="GPLv3",
license="GPL-3.0",
)

0 comments on commit 54f4823

Please sign in to comment.