Skip to content

Commit

Permalink
fix wrong license
Browse files Browse the repository at this point in the history
  • Loading branch information
sctech-tr authored Nov 12, 2024
1 parent 8460902 commit 08a8417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="simple_structured_markup",
version="0.1.0",
version="0.1.1",
description="A lightweight parser for Simple Structured Markup (SSM) files.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -13,7 +13,7 @@
python_requires=">=3.6",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPL-3.0 License",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
],
include_package_data=True,
Expand Down

0 comments on commit 08a8417

Please sign in to comment.