Skip to content

Commit 68c8323

Browse files
committed
docs: Update Readme with new versions
1 parent e266a77 commit 68c8323

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Provides django model field to store and validate ISBN numbers.
66

77
It has been tested on
88

9-
* Python >= 3.3
10-
* Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0
9+
* Python >= 3.6
10+
* Django 2.2, 3.3, 4.0
1111

1212
## Installation
1313

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
from setuptools import setup
22

3+
long_description='Provides django model field to store and validate ISBN numbers.'
34

45
setup(
56
name='django-isbn-field',
67
version='0.5.3',
78
description='Provides a model and form fields to manage and validate ISBN numbers',
9+
long_description=long_description,
810

911
url='https://github.com/secnot/django-isbn-field',
1012
author='secnot',

0 commit comments

Comments
 (0)