Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Natarajan Krishnaswami committed Jan 22, 2019
1 parent 5194eda commit 68f9442
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/dspltools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@

"""Setup script for the DSPLtools suite."""

import setuptools
from distutils.core import setup


setup(name='dspltools',
version='0.5.0',
description='Suite of command-line tools for generating DSPL datasets',
author='Benjamin Yolken',
author_email='yolken@google.com',
url='http://code.google.com/apis/publicdata/docs/dspltools.html',
author='Public Statistics',
author_email='public-data-import-feedback@google.com',
url='http://github.com/google/dspl',
packages=['dspllib', 'dspllib.data_sources',
'dspllib.model', 'dspllib.validation'],
package_dir={'dspllib': 'packages/dspllib'},
Expand Down

0 comments on commit 68f9442

Please sign in to comment.