Skip to content

Commit

Permalink
Merge pull request #50 from UDST/build-fixes
Browse files Browse the repository at this point in the history
Small updates to setup script
  • Loading branch information
smmaurer committed Nov 12, 2018
2 parents d1de14a + f59e103 commit cf8f057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 338 deletions.
332 changes: 0 additions & 332 deletions ez_setup.py

This file was deleted.

7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from ez_setup import use_setuptools
use_setuptools()

from setuptools import setup, find_packages

setup(
name='SynthPop',
version='0.1dev',
name='synthpop',
version='0.1.1',
description='Population Synthesis',
author='UrbanSim Inc.',
author_email='udst@urbansim.com',
Expand Down
2 changes: 1 addition & 1 deletion synthpop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1dev'
__version__ = '0.1.1'
version = __version__

0 comments on commit cf8f057

Please sign in to comment.