Skip to content

Commit 885ef38

Browse files
committed
Fix readme, add trove classifiers
1 parent ff6faf3 commit 885ef38

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Status
1212

1313
| | |
1414
|------------------------|----------------------|
15-
| Python Package |[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/django-sass)](https://pypi.org/project/django-sass/) [![PyPI](https://img.shields.io/pypi/v/django-sass)](https://pypi.org/project/django-sass/) |
16-
| Build | [![Build Status](https://dev.azure.com/coderedcorp/coderedcms/_apis/build/status/django-sass?branchName=master)](https://dev.azure.com/coderedcorp/coderedcms/_build/latest?definitionId=10&branchName=master) [![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/coderedcorp/coderedcms/10/master)](https://dev.azure.com/coderedcorp/coderedcms/_build/latest?definitionId=10&branchName=master) [![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/coderedcorp/coderedcms/10/master)](https://dev.azure.com/coderedcorp/coderedcms/_build/latest?definitionId=10&branchName=master) |
15+
| Python Package | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/django-sass)](https://pypi.org/project/django-sass/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/django-sass)](https://pypi.org/project/django-sass/) [![PyPI](https://img.shields.io/pypi/v/django-sass)](https://pypi.org/project/django-sass/) |
16+
| Build | [![Build Status](https://dev.azure.com/coderedcorp/cr-github/_apis/build/status/django-sass?branchName=master)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=10&branchName=master) [![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/coderedcorp/cr-github/10/master)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=10&branchName=master) [![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/coderedcorp/cr-github/10/master)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=10&branchName=master) |
1717

1818

1919
Installation

setup.py

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,21 @@
2323
"libsass",
2424
],
2525
classifiers=[
26-
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: BSD License",
28-
"Natural Language :: English",
29-
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3 :: Only",
31-
"Framework :: Django",
26+
"Environment :: Web Environment",
3227
"Framework :: Django :: 2.0",
3328
"Framework :: Django :: 2.1",
3429
"Framework :: Django :: 2.2",
3530
"Framework :: Django :: 3.0",
36-
"Environment :: Web Environment",
31+
"Framework :: Django :: 3.1",
32+
"Framework :: Django",
33+
"Intended Audience :: Developers",
34+
"License :: OSI Approved :: BSD License",
35+
"Natural Language :: English",
36+
"Programming Language :: Python :: 3 :: Only",
37+
"Programming Language :: Python :: 3",
38+
"Programming Language :: Python :: 3.6",
39+
"Programming Language :: Python :: 3.7",
40+
"Programming Language :: Python :: 3.8",
41+
"Programming Language :: Python :: 3.9",
3742
],
3843
)

0 commit comments

Comments
 (0)