mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
submission to pypi OK
This commit is contained in:
parent
ee48087222
commit
4545e4a818
1 changed files with 2 additions and 4 deletions
6
setup.py
6
setup.py
|
@ -9,9 +9,7 @@ from distutils.core import setup, Extension
|
|||
|
||||
requires = ['pillow']
|
||||
|
||||
kw = { 'zip_safe': False,
|
||||
'install_requires': requires
|
||||
}
|
||||
kw = {'install_requires': requires}
|
||||
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
@ -33,7 +31,7 @@ setup(
|
|||
"Environment :: Console",
|
||||
"Topic :: Utilities",
|
||||
"Operating System :: OS Independent",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
||||
],
|
||||
**kw
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue