Skip to content

Commit

Permalink
this PR is not yet DJ5 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
patroqueeet committed Aug 22, 2024
1 parent 1e6e4c8 commit 98d6c70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

setup(
name='django-walletpass',
python_requires='>=3.10.0',
version='4.1',
python_requires='>=3.6.0',
version='3.0',
author='Develatio Technologies S.L.',
author_email='contacto@develat.io',
packages=find_packages(),
include_package_data=True,
url='http://github.com/develatio/django-walletpass/',
license='BSD',
install_requires=[
'Django>=3.2.9',
'Django>=3.2.9,<5',
'cryptography>=2.4.2',
'aioapns~=2.2',
'pyopenssl',
Expand All @@ -40,9 +40,9 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Internationalization',
'Topic :: Software Development :: Localization',
Expand Down

0 comments on commit 98d6c70

Please sign in to comment.