Fixes
This commit is contained in:
parent
1639c613ab
commit
faf902432a
1 changed files with 6 additions and 10 deletions
16
setup.py
16
setup.py
|
|
@ -5,20 +5,16 @@ import os
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
if sys.version_info < (3, 6):
|
if sys.version_info < (3, 9):
|
||||||
raise NotImplementedError("Sorry, you need at least Python 3.6 for use pastafariutils.")
|
raise NotImplementedError("Sorry, you need at least Python 3.9 for use pastafariutils.")
|
||||||
|
|
||||||
#import paramecio
|
|
||||||
# Pillow should be installed after if you need ImageField
|
|
||||||
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
|
|
||||||
|
|
||||||
setup(name='pastafariutils',
|
setup(name='pastafariutils',
|
||||||
version='0.6.3',
|
version='0.7.0',
|
||||||
description='Utils for make *nix scripts.',
|
description='Utils for make *nix scripts.',
|
||||||
long_description='Utils for make *nix scripts.',
|
long_description='Utils for make *nix scripts.',
|
||||||
author='Antonio de la Rosa Caballero',
|
author='Antonio de la Rosa Caballero',
|
||||||
author_email='antonio.delarosa@coesinfo.com',
|
author_email='antonio.delarosa@salirdelhoyo.com',
|
||||||
url='https://bitbucker.org/paramecio/parameciofm/',
|
url='https://git.cuchulu.com/paramecio/pastafariutils',
|
||||||
packages=['pastafariutils'],
|
packages=['pastafariutils'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
|
|
@ -27,7 +23,7 @@ setup(name='pastafariutils',
|
||||||
classifiers=['Development Status :: 1 - Beta',
|
classifiers=['Development Status :: 1 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: GPLV2 License',
|
'License :: OSI Approved :: GPLV2 License',
|
||||||
'Topic :: Software Development :: Libraries :: Utils for *nix servers',
|
'Topic :: Software Development :: Libraries :: Utils for Linux servers',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue