Skip to content

Commit

Permalink
fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Aug 10, 2017
1 parent d74077a commit ac2937b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A library that integrates with django admin and shows in a simple GUI when your
## Instalation

``` bash
pip install git+https://github.com/vintasoftware/django-celery-beat-status.git#master
pip install django-celery-beat-status
```

## Configuration
Expand All @@ -26,7 +26,7 @@ from django.conf.urls import url, include

urlpatterns = [
# other urls...
url(r'^admin/statuscheck/', include('celery_beat_status.urls')),`
url(r'^admin/statuscheck/', include('celery_beat_status.urls')),
]
```

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
universal = 1

[metadata]
license_file = LICENSE.tst
license_file = LICENSE.txt

[flake8]
ignore = E501
6 changes: 1 addition & 5 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,9 @@ def get_package_data(package):
zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers',
'License :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Topic :: Backgroud Workers',
]
)

0 comments on commit ac2937b

Please sign in to comment.