Skip to content

Commit

Permalink
Updates for pipy deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogadhi committed Oct 4, 2023
1 parent 9278bcc commit fa60b43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
django-trench
=============

This is a fork from https://github.com/merixstudio/django-trench meant to be used with baseapp packages

.. image:: https://cybersecurity-excellence-awards.com/wp-content/uploads/2021/06/badges_2022_Silver.png
:target: https://cybersecurity-excellence-awards.com/candidates/merixstudio-django-trench-multi-factor-authentication-set/

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@


setup(
name="django-trench",
name="baseapp-django-trench",
version=__version__,
packages=find_packages(exclude=("testproject", "testproject.*")),
include_package_data=True,
license="MIT License",
description="REST Multi-factor authentication package for Django",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
url="https://github.com/merixstudio/django-trench",
url="https://github.com/silverlogic/django-trench",
author="Merixstudio",
author_email="[email protected]",
install_requires=[
Expand Down
Empty file modified testproject/manage.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion trench/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.2"

0 comments on commit fa60b43

Please sign in to comment.