This commit is contained in:
Antonio de la Rosa 2024-02-06 19:20:49 +01:00
parent 1639c613ab
commit faf902432a

View file

@ -5,20 +5,16 @@ import os
from setuptools import setup, find_packages
if sys.version_info < (3, 6):
raise NotImplementedError("Sorry, you need at least Python 3.6 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
if sys.version_info < (3, 9):
raise NotImplementedError("Sorry, you need at least Python 3.9 for use pastafariutils.")
setup(name='pastafariutils',
version='0.6.3',
version='0.7.0',
description='Utils for make *nix scripts.',
long_description='Utils for make *nix scripts.',
author='Antonio de la Rosa Caballero',
author_email='antonio.delarosa@coesinfo.com',
url='https://bitbucker.org/paramecio/parameciofm/',
author_email='antonio.delarosa@salirdelhoyo.com',
url='https://git.cuchulu.com/paramecio/pastafariutils',
packages=['pastafariutils'],
include_package_data=True,
install_requires=[],
@ -27,7 +23,7 @@ setup(name='pastafariutils',
classifiers=['Development Status :: 1 - Beta',
'Intended Audience :: Developers',
'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.3',
'Programming Language :: Python :: 3.4',