From 826fbffc085a8618a3be1d571257910be8916b4d Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Tue, 14 May 2024 17:59:37 +0530 Subject: [PATCH] Update metadata and bump version --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 38c9a0d..811b607 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,16 +1,16 @@ [metadata] name = packaged -version = 0.3.0 +version = 0.3.1 description = The easiest way to ship python applications. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/tusharsadhwani/packaged author = Tushar Sadhwani author_email = tushar.sadhwani000@gmail.com -license = MIT +license = GPL-2.0-or-later license_file = LICENSE classifiers = - License :: OSI Approved :: MIT License + License :: OSI Approved :: GNU General Public License v2 (GPLv2) Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only