Skip to content

Commit

Permalink
use SPDX ID for license and make myself maintainer only
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Dec 20, 2024
1 parent be81810 commit 300aaeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ def get_version():
name='didjvu',
description='DjVu encoder with foreground/background separation (Python 3 fork) ',
version=get_version(),
license='GNU GPL 2',
license='GPL-2.0-only',
long_description=(ROOT_DIRECTORY / 'README.rst').read_text(encoding='utf-8'),
long_description_content_type='text/x-rst',
author='Jakub Wilk, FriedrichFröbel (Python 3)',
author='Jakub Wilk',
maintainer='FriedrichFröbel',
url='https://github.com/FriedrichFroebel/didjvu/',
packages=find_packages(
where='.',
Expand Down Expand Up @@ -65,7 +66,7 @@ def get_version():
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 300aaeb

Please sign in to comment.