Skip to content

Commit

Permalink
Update README & Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mzulqarnain1 committed Aug 1, 2021
1 parent 6a422d0 commit 44498c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish package to PyPi

on:
push:
branches: [master]
release:
types: [published]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Django hCaptcha
===============

*A fork of Django hCaptcha by Andrej Zbín, Modified for Django 1.10 due to custom needs*
*A fork of django-hCaptcha by Andrej Zbín, Modified for Django 1.10 for hCaptcha support in legacy systems*

Django hCaptcha provides a simple way to protect your django forms using `hCaptcha <https://www.hcaptcha.com/>`_.
Django-110-hCaptcha provides a simple way to protect your django 1.10 forms using `hCaptcha <https://www.hcaptcha.com/>`_.

Configuration
-------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = django-110-hCaptcha
version = 1.0.1
description = Django hCaptcha provides a simple way to protect your django forms using hCaptcha
version = 1.0.5
description = Django-110-hCaptcha provides a simple way to protect your django 1.10 forms using hCaptcha
long_description = file: README.rst
url = https://github.com/mzulqarnain1
author = M. Zulqarnain
Expand Down

0 comments on commit 44498c9

Please sign in to comment.