Skip to content

Commit 582c3ae

Browse files
committed
fixed license including in setup script
1 parent cc58e69 commit 582c3ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def classifiers():
2929
setup(
3030
name='devpi-client-extensions',
3131
description='devpi client extensions',
32-
long_description=README,
33-
license=LICENSE,
32+
long_description='\n'.join((README, LICENSE, )),
33+
license='MIT',
3434
version=__version__,
3535
packages=find_packages(),
3636
install_requires=['devpi-client>=3.0.0'],

0 commit comments

Comments
 (0)