mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
Everything in Markdown.
This commit is contained in:
parent
3de95517e9
commit
a9b9136141
8 changed files with 187 additions and 319 deletions
6
setup.py
6
setup.py
|
@ -26,9 +26,9 @@ scripts = [
|
|||
|
||||
requires = ['pillow', 'piexif', 'crayons']
|
||||
|
||||
with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
readme = f.read()
|
||||
with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f:
|
||||
with codecs.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
|
||||
changelog = f.read()
|
||||
|
||||
setup(
|
||||
|
@ -41,7 +41,7 @@ setup(
|
|||
scripts=scripts,
|
||||
url='https://github.com/cedricbonhomme/Stegano',
|
||||
description='A pure Python Steganography module.',
|
||||
long_description=readme + '\n|\n\n' + changelog,
|
||||
long_description=readme + '\n\n' + changelog,
|
||||
platforms = ['Linux'],
|
||||
license='GPLv3',
|
||||
install_requires=requires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue