mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
missing files to be uploaded on pypi!
This commit is contained in:
parent
0d0960b351
commit
3d09812244
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
#documentation
|
#documentation
|
||||||
recursive-include docs/ *
|
recursive-include docs *
|
||||||
|
|
||||||
#example files
|
#example files
|
||||||
recursive-include examples/ *
|
recursive-include examples *
|
||||||
|
|
||||||
# binary files
|
# binary files
|
||||||
recursive-include bin/*
|
recursive-include bin *
|
||||||
|
|
||||||
#Misc
|
#Misc
|
||||||
include COPYING
|
include COPYING
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ with open('README.md', 'r') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.4.1',
|
version='0.4.2',
|
||||||
author='Cédric Bonhomme',
|
author='Cédric Bonhomme',
|
||||||
author_email='cedric@cedricbonhomme.org',
|
author_email='cedric@cedricbonhomme.org',
|
||||||
packages=packages,
|
packages=packages,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue