We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453e02d commit 5471f47Copy full SHA for 5471f47
.gitignore
@@ -1,6 +1,7 @@
1
*.pyc
2
__pycache__
3
/dist
4
+/build
5
*.egg-info
6
.coverage
7
.reports
dbcleanup/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '0.1.7'
+__version__ = '0.1.8'
default_app_config = 'dbcleanup.apps.DBCleanupConfig'
setup.cfg
@@ -10,7 +10,6 @@ license = MIT
10
classifiers =
11
Development Status :: 5 - Production/Stable
12
Framework :: Django
13
- License :: Free for any use
14
License :: OSI Approved :: MIT License
15
Intended Audience :: Developers
16
Operating System :: OS Independent
0 commit comments