Skip to content

Commit

Permalink
fix: dependencies + version
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 9, 2023
1 parent 93f7946 commit 1012e52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

setup(
name='django-form-builder',
version='0.16.10',
version='0.16.11',
packages=find_packages(),
package_data={'': ['*.wav']},
data_files=[
('', glob('django_form_builder/data/audio_captcha/*/default.wav', recursive=True)),
],
include_package_data=True,
license='BSD License',
description="Django Form builder",
license='Apache 2.0',
description='Django Form builder',
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/UniversitaDellaCalabria/django-form-builder',
Expand All @@ -40,6 +40,7 @@
'Programming Language :: Python :: 3',
],
install_requires=[
'wheel',
'django>=2.0,<4.0',
'filesig>=0.3',
'cryptography>=2.8',
Expand Down

0 comments on commit 1012e52

Please sign in to comment.