Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python-pycdlib.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Summary: A pure python ISO9660 read and write library
Name: python-%{srcname}
Version: @VERSION@
Release: @RELEASE@%{?dist}
License: LGPLv2
License: LGPL-2.1
Group: Development/Libraries
URL: https://github.com/clalancette/%{srcname}
Source0: https://github.com/clalancette/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def run(self):
url='http://github.com/clalancette/pycdlib',
author='Chris Lalancette',
author_email='clalancette@gmail.com',
license='LGPLv2',
license='LGPL-2.1',
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
'License :: OSI Approved :: GNU Lesser General Public License version 2.1 (LGPL-2.1)',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
],
Expand Down