Skip to content

Commit

Permalink
docs: Update Readme with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
secnot committed Dec 7, 2021
1 parent e266a77 commit 68c8323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Provides django model field to store and validate ISBN numbers.

It has been tested on

* Python >= 3.3
* Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0
* Python >= 3.6
* Django 2.2, 3.3, 4.0

## Installation

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from setuptools import setup

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

setup(
name='django-isbn-field',
version='0.5.3',
description='Provides a model and form fields to manage and validate ISBN numbers',
long_description=long_description,

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

0 comments on commit 68c8323

Please sign in to comment.