Moved to Jazzband.

This commit is contained in:
Jannis Leidel 2015-12-17 09:45:19 +01:00
parent 6b04a3169e
commit 326488423b
5 changed files with 41 additions and 19 deletions

View file

@ -1,21 +1,31 @@
sudo: false
language: python
cache:
directories:
- $HOME/.cache/pip
directories:
- "$HOME/.cache/pip"
install:
- pip install tox
- pip install tox
env:
- TOXENV=py27-django-17
- TOXENV=py27-django-18
- TOXENV=py33-django-17
- TOXENV=py33-django-18
- TOXENV=py34-django-17
- TOXENV=py34-django-18
- TOXENV=pypy-django-17
- TOXENV=pypy-django-18
- TOXENV=py27-django-master
- TOXENV=py34-django-master
- TOXENV=pypy-django-master
- TOXENV=py27-django-17
- TOXENV=py27-django-18
- TOXENV=py33-django-17
- TOXENV=py33-django-18
- TOXENV=py34-django-17
- TOXENV=py34-django-18
- TOXENV=pypy-django-17
- TOXENV=pypy-django-18
- TOXENV=py27-django-master
- TOXENV=py34-django-master
- TOXENV=pypy-django-master
script:
- tox
- tox
deploy:
provider: pypi
user: jazzband
distributions: "sdist bdist_wheel"
password:
secure: VD+63Tnv0VYNfFQv9f1KZ0k79HSX8veNk4dTy42Hriteci50z5uSQdZMnqqD83xQJa4VF6N7DHkxHnBVOWLCqGQZeYqR/5BuDFNUewcr6O14dk31HvxMsWDaN1KW0Qwtus8ZrztwGhZtZ/92ODA6luHI4mCTzqX0gcG0/aKd75s=
on:
tags: true
repo: jazzband/django-constance
condition: "$TOXENV = py27-django-18"

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/)
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Condut](https://jazzband.co/docs/conduct) and follow the [guidelines](https://jazzband.co/docs/guidelines).

View file

@ -1,9 +1,13 @@
Constance - Dynamic Django settings
===================================
.. image:: https://secure.travis-ci.org/jezdez/django-constance.png
.. image:: https://secure.travis-ci.org/jazzband/django-constance.png
:alt: Build Status
:target: http://travis-ci.org/jezdez/django-constance
:target: http://travis-ci.org/jazzband/django-constance
.. image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband
:target: https://jazzband.co/
A Django app for storing dynamic settings in pluggable backends (Redis and
Django model backend built in) with an integration with the Django admin app.
@ -15,4 +19,4 @@ http://django-constance.readthedocs.org/
If you have questions or have trouble using the app please file a bug report
at:
https://github.com/jezdez/django-constance/issues
https://github.com/jazzband/django-constance/issues

View file

@ -1,6 +1,11 @@
Changelog
---------
v1.2 (unreleased)
~~~~~~~~~~~~~~~~~
* Moved to Jazzband organization (https://github.com/jazzband/django-constance)
v1.1.1 (2015/10/01)
~~~~~~~~~~~~~~~~~~~

View file

@ -22,7 +22,7 @@ def find_version(*file_paths):
setup(
name='django-constance',
version=find_version("constance", "__init__.py"),
url="http://github.com/jezdez/django-constance",
url="http://github.com/jazzband/django-constance",
description='Django live settings with pluggable backends, including Redis.',
long_description=read('README.rst'),
author='Jannis Leidel',