From b0731f8c0bd1e5e2d5b5e17a15ac7682c750bc2e Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 5 Aug 2019 07:42:23 +0200 Subject: Update license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4554099..6aeaef4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="resumejson_converter", - version="0.2", + version="0.3", author="neodarz", author_email="neodarz@neodarz.net", description="A small package for convert json resume with templating to html and pdf", @@ -15,7 +15,7 @@ setuptools.setup( packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU Affero General Public License v3", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", ], scripts=['bin/resumejson_converter'] ) -- cgit v1.2.1