Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 526249e

Browse files
authored
Retire project (#242)
I don't have time to continue maintaining this project.
1 parent 2509aea commit 526249e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Pending Release
99

1010
.. Add new release notes below this line.
1111
12+
* **Retired: this project is no longer maintained.** I (Adam Johnson) no longer
13+
have time to continue maintaining this. I was doing so since I took on this
14+
project, and its related packages
15+
`django-modeldict <https://github.com/adamchainz/django-modeldict>`__ and
16+
`nexus <https://github.com/adamchainz/nexus>`__, for my ex-employer YPlan. If
17+
you'd like to sponsor ongoing maintenance or take it over yourself, please
18+
19+
1220
2.1.0 (2019-04-28)
1321
------------------
1422

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Gargoyle
1111
.. image:: https://readthedocs.org/projects/gargoyle-yplan/badge/?version=latest
1212
:target: https://gargoyle-yplan.readthedocs.io/en/latest/
1313

14+
**Retired: this project is no longer maintained.** I (Adam Johnson) no longer
15+
have time to continue maintaining this. I was doing so since I took on this
16+
project, and its related packages
17+
`django-modeldict <https://github.com/adamchainz/django-modeldict>`__ and
18+
`nexus <https://github.com/adamchainz/nexus>`__, for my ex-employer YPlan. If
19+
you'd like to sponsor ongoing maintenance or take it over yourself, please
20+
21+
1422
Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off
1523
based on conditions.
1624

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_version(filename):
4646
license='Apache License 2.0',
4747
include_package_data=True,
4848
classifiers=[
49-
'Development Status :: 5 - Production/Stable',
49+
'Development Status :: 7 - Inactive',
5050
'Framework :: Django',
5151
'Framework :: Django :: 1.11',
5252
'Framework :: Django :: 2.0',

0 commit comments

Comments
 (0)