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
|
||||
recursive-include docs/ *
|
||||
recursive-include docs *
|
||||
|
||||
#example files
|
||||
recursive-include examples/ *
|
||||
recursive-include examples *
|
||||
|
||||
# binary files
|
||||
recursive-include bin/*
|
||||
recursive-include bin *
|
||||
|
||||
#Misc
|
||||
include COPYING
|
||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ with open('README.md', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.4.1',
|
||||
version='0.4.2',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue