mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated MANIFEDT and setup.py for the new release.
This commit is contained in:
parent
74b25de03c
commit
0d0960b351
2 changed files with 2 additions and 1 deletions
|
@ -9,4 +9,5 @@ recursive-include bin/*
|
|||
|
||||
#Misc
|
||||
include COPYING
|
||||
include README.md
|
||||
include requirements.txt
|
||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ with open('README.md', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.4',
|
||||
version='0.4.1',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Reference in a new issue