Skip to content

Commit

Permalink
v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 18, 2018
1 parent 0e734ad commit b119055
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions setup.py
@@ -1,4 +1,4 @@
import os
import os
from setuptools import setup
from distutils.core import Command

Expand Down Expand Up @@ -77,7 +77,7 @@ def run(self):

setup(
name='django-postgres-copy',
version='2.3.6',
version='2.3.7',
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='http://django-postgres-copy.californiacivicdata.org/',
Expand All @@ -102,6 +102,13 @@ def run(self):
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: MIT License'
],
project_urls={
'Documentation': 'http://django-postgres-copy.californiacivicdata.org',
'Funding': 'https://www.californiacivicdata.org/about/',
'Source': 'https://github.com/california-civic-data-coalition/django-postgres-copy',
'Coverage': 'https://coveralls.io/github/california-civic-data-coalition/django-postgres-copy?branch=master',
'Tracker': 'https://github.com/california-civic-data-coalition/django-postgres-copy/issues'
},
)

0 comments on commit b119055

Please sign in to comment.