From f59e1035483ba92dc4ea227c8005cf44582defc0 Mon Sep 17 00:00:00 2001 From: Sam Maurer Date: Thu, 8 Nov 2018 13:16:00 -0800 Subject: [PATCH] SynthPop -> synthpop in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ada71b..fded47d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='SynthPop', + name='synthpop', version='0.1.1', description='Population Synthesis', author='UrbanSim Inc.',