mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +00:00
Make sure the readme is in the package
This commit is contained in:
parent
4d87f4fcb5
commit
2665ff69ef
2 changed files with 5 additions and 2 deletions
2
client/MANIFEST.in
Normal file
2
client/MANIFEST.in
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
include README.md
|
||||||
|
include LICENSE
|
|
@ -4,11 +4,11 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pypssl',
|
name='pypssl',
|
||||||
version='1.0',
|
version='1.0.1',
|
||||||
author='Raphaël Vinot',
|
author='Raphaël Vinot',
|
||||||
author_email='raphael.vinot@circl.lu',
|
author_email='raphael.vinot@circl.lu',
|
||||||
maintainer='Raphaël Vinot',
|
maintainer='Raphaël Vinot',
|
||||||
url='https://github.com/CIRCL/PyPSSL',
|
url='https://github.com/adulau/crl-monitor/tree/master/client',
|
||||||
description='Python API for PSSL.',
|
description='Python API for PSSL.',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
packages=['pypssl'],
|
packages=['pypssl'],
|
||||||
|
@ -23,4 +23,5 @@ setup(
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
],
|
],
|
||||||
install_requires=['requests'],
|
install_requires=['requests'],
|
||||||
|
package_data={'': ['*.md', '*.rst', 'LICENSE']},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue