Skip to content

Commit aa55e03

Browse files
authored
Update setup.py
1 parent 071483a commit aa55e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def get_install_requires():
2828

2929
setup(
3030
name='django-4-jet',
31-
version=__import__('jet').VERSION,
31+
version='1.0.8',
3232
description='Modern template for Django-4 admin interface with improved functionality',
3333
long_description=read('README.rst'),
3434
author='Denis Kildishev',
3535
author_email='[email protected]',
36-
url='https://github.com/Barukimang/django-jet/',
36+
url='https://github.com/Barukimang/django-jet/archive/refs/tags/1.0.8-django4.tar.gz',
3737
packages=find_packages(),
3838
license='AGPLv3',
3939
classifiers=[

0 commit comments

Comments
 (0)