You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a starter file created by cookiecutter data science
# It is not necessary to run setup.py for this project
# This is just for reference on how to establish a setup.py file
from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.1.0',
description='A project to analyze, visualize, and communicate City of Evanston Open Data (in response to d https://sites.northwestern.edu/lovedataweek/contest/)',