We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071483a commit aa55e03Copy full SHA for aa55e03
setup.py
@@ -28,12 +28,12 @@ def get_install_requires():
28
29
setup(
30
name='django-4-jet',
31
- version=__import__('jet').VERSION,
+ version='1.0.8',
32
description='Modern template for Django-4 admin interface with improved functionality',
33
long_description=read('README.rst'),
34
author='Denis Kildishev',
35
author_email='[email protected]',
36
- url='https://github.com/Barukimang/django-jet/',
+ url='https://github.com/Barukimang/django-jet/archive/refs/tags/1.0.8-django4.tar.gz',
37
packages=find_packages(),
38
license='AGPLv3',
39
classifiers=[
0 commit comments