From 68f944240f9a25bf303bac42b41b3699a20546f9 Mon Sep 17 00:00:00 2001 From: Natarajan Krishnaswami Date: Tue, 22 Jan 2019 17:20:34 -0500 Subject: [PATCH] update setup script --- tools/dspltools/setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/dspltools/setup.py b/tools/dspltools/setup.py index 46302f8..39bc09b 100755 --- a/tools/dspltools/setup.py +++ b/tools/dspltools/setup.py @@ -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'},