mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated CHANGELOG
This commit is contained in:
parent
4aadc6bbce
commit
07f50a8fc0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ requires = ['pillow']
|
|||
|
||||
with open('README.rst', 'r') as f:
|
||||
readme = f.read()
|
||||
with open('CHANGELOG.md', 'r') as f:
|
||||
with open('CHANGELOG.rst', 'r') as f:
|
||||
changelog = f.read()
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue