mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Updated CHANGELOG
This commit is contained in:
parent
ff394da9f8
commit
5f4a8b4d34
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
===============
|
||||
Release History
|
||||
===============
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ packages = [
|
|||
|
||||
requires = ['pillow']
|
||||
|
||||
with open('README.md', 'r') as f:
|
||||
with open('README.rst', 'r') as f:
|
||||
readme = f.read()
|
||||
with open('CHANGELOG.md', 'r') as f:
|
||||
changelog = f.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue