Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Updates PyPi meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jan 23, 2022
1 parent f2f2fa0 commit c3c6bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_easy_error/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

from django.conf import settings

__version__ = '0.0.1'
__version__ = '1.0.0'
__author__ = 'Daniel Perrefort'

# Allow reloading of the module without Django raising an error
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def get_meta():
version=version,
author=author,
packages=find_packages(),
keywords='Django Secret Key',
description='A secure secret key generator for Django',
keywords='Django HTTP Error Pages',
description='Easy template integration for django error pages',
classifiers=[
'Natural Language :: English',
'Operating System :: OS Independent',
Expand Down

0 comments on commit c3c6bdb

Please sign in to comment.