We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc58e69 commit 582c3aeCopy full SHA for 582c3ae
1 file changed
setup.py
@@ -29,8 +29,8 @@ def classifiers():
29
setup(
30
name='devpi-client-extensions',
31
description='devpi client extensions',
32
- long_description=README,
33
- license=LICENSE,
+ long_description='\n'.join((README, LICENSE, )),
+ license='MIT',
34
version=__version__,
35
packages=find_packages(),
36
install_requires=['devpi-client>=3.0.0'],
0 commit comments