Skip to content

Commit

Permalink
tighten up the tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 1, 2018
1 parent d0f63f4 commit 5d3b81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# django-postgres-copy

Quickly move comma-delimited data in and out of a Django model using PostgreSQL's COPY command.
Quickly import and export delimited data with Django support for PostgreSQL's COPY command

[![Build Status](https://travis-ci.org/california-civic-data-coalition/django-postgres-copy.svg?branch=master)](https://travis-ci.org/california-civic-data-coalition/django-postgres-copy)
[![PyPI version](https://badge.fury.io/py/django-postgres-copy.svg)](http://badge.fury.io/py/django-postgres-copy)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -2,7 +2,7 @@
django-postgres-copy
====================

Quickly move comma-delimited data in and out of a Django model using PostgreSQL's COPY command.
Quickly import and export delimited data with Django support for PostgreSQL's COPY command


Why and what for?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -73,7 +73,7 @@ def run(self):
setup(
name='django-postgres-copy',
version='2.3.2',
description="Quickly import and export comma-delimited data via Django models using PostgreSQL's COPY command",
description="Quickly import and export delimited data with Django support for PostgreSQL's COPY command",
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='http://django-postgres-copy.californiacivicdata.org/',
Expand Down

0 comments on commit 5d3b81c

Please sign in to comment.