Skip to content

Commit

Permalink
Change underscore to hyphen; bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekwg committed Dec 10, 2017
1 parent 058122c commit f783d85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django APScheduler

[![Build status](http://travis-ci.org/jarekwg/django-apscheduler.svg?branch=master)](http://travis-ci.org/jarekwg/django-apscheduler)
[![codecov](https://codecov.io/gh/sallyruthstruik/django-apscheduler/branch/master/graph/badge.svg)](https://codecov.io/gh/sallyruthstruik/django-apscheduler)
[![PyPI version](https://badge.fury.io/py/django_apscheduler.svg)](https://badge.fury.io/py/django_apscheduler)
[![PyPI version](https://badge.fury.io/py/django-apscheduler.svg)](https://badge.fury.io/py/django-apscheduler)

[APScheduler](https://github.com/agronholm/apscheduler) for [Django](https://github.com/django/django).

Expand All @@ -19,7 +19,7 @@ Installation
------------

```python
pip install django_apscheduler
pip install django-apscheduler
```

Usage
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import find_packages, setup

setup(
name='django_apscheduler',
version='0.2.2',
name='django-apscheduler',
version='0.2.3',
description='APScheduler for Django',
classifiers=[
"Development Status :: 4 - Beta",
Expand All @@ -19,9 +19,9 @@
"Framework :: Django :: 1.9",
],
keywords='django apscheduler django-apscheduler',
url='http://github.com/sallyruthstruik/django-apscheduler',
author='Stas Kaledin',
author_email='[email protected]',
url='http://github.com/jarekwg/django-apscheduler',
author='Jarek Glowacki, Stas Kaledin',
author_email='[email protected], [email protected]',
license='MIT',
packages=find_packages(
exclude=("tests", )
Expand Down

0 comments on commit f783d85

Please sign in to comment.