Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Released v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 18, 2016
1 parent 4ff6f80 commit 396df2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

The open-source engine that powers bigbuilder, the Los Angeles Times Data Desk's system for publishing standalone pages at [latimes.com/projects/](http://www.latimes.com/projects/)

[![PyPI version](https://badge.fury.io/py/django-bakery.png)](http://badge.fury.io/py/django-bakery)
[![Build Status](https://travis-ci.org/datadesk/django-bigbuild.svg?branch=master)](https://travis-ci.org/datadesk/django-bigbuild)
[![Coverage Status](https://coveralls.io/repos/github/datadesk/django-bigbuild/badge.svg?branch=master)](https://coveralls.io/github/datadesk/django-bigbuild?branch=master)

## Quick links


Name | URL
:--- |:---
Packaging | [pypi.python.org/pypi/django-bigbuild](https://pypi.python.org/pypi/django-bigbuild)
Build bot | [travis-ci.com/datadesk/django-bigbuild](https://travis-ci.com/datadesk/django-bigbuild/)
Coverage status | [coveralls.io/github/datadesk/django-bigbuild](https://coveralls.io/github/datadesk/django-bigbuild)
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
license-file = LICENSE
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ def run(self):
setup(
name='django-bigbuild',
version='0.0.1',
description='A simple system for creating complex pages',
description='The open-source engine that powers bigbuilder, the Los Angeles Times Data Desk\'s system for publishing standalone pages',
author='The Los Angeles Times Data Desk',
author_email='datadesk@latimes.com',
url='http://www.github.com/datadesk/bigbuilder/',
url='http://www.github.com/datadesk/django-bigbuild/',
packages=(
'bigbuild',
'bigbuild.management',
Expand All @@ -105,6 +105,8 @@ def run(self):
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Framework :: Django',
'Framework :: Django :: 1.9',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 396df2c

Please sign in to comment.