Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Contributors
============


- Thiago D'Ávila (`@staticdev`_)
- Ryan Massoth (`@rmassoth`_)


.. _@staticdev: https://github.com/staticdev
.. _@rmassoth: https://github.com/rmassoth
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

Copyright © 2020 Thiago Carvalho D'Ávila
Copyright © 2021 Thiago D'Ávila

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Django Sorting Bootstrap
========================

**MAINTAINER NEEDED: this project is complete but won't be updated until further notice. If you have interest in improving it, please contact me by creating an** `issue here`_ **.**

|PyPI| |Python Version| |License|

|Read the Docs| |Tests|
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "django-sorting-bootstrap"
version = "2.6.2"
description = "Sorting templates API using sorting, Django templatetags and Bootstrap classes."
authors = ["Thiago Carvalho D'Ávila <thiagocavila@gmail.com>"]
authors = ["Thiago D'Ávila <staticdev-support@protonmail.com>"]
license = "MIT"
readme = "README.rst"
repository = "https://github.com/staticdev/django-sorting-bootstrap"
Expand Down