mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +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']
|
requires = ['pillow']
|
||||||
|
|
||||||
kw = { 'zip_safe': False,
|
kw = {'install_requires': requires}
|
||||||
'install_requires': requires
|
|
||||||
}
|
|
||||||
|
|
||||||
def read(fname):
|
def read(fname):
|
||||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||||
|
@ -33,7 +31,7 @@ setup(
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
"Operating System :: OS Independent",
|
"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
|
**kw
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue