Skip to content

Commit b4c4964

Browse files
author
Eric Tsai
committed
restyle using python black
1 parent e3ca342 commit b4c4964

11 files changed

Lines changed: 4297 additions & 2865 deletions

File tree

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
from setuptools import setup, find_packages
2+
23
setup(
34
name="election_anomaly",
45
version="0.1",
5-
package_dir={'': 'src'},
6-
packages=find_packages(where='src'),
6+
package_dir={"": "src"},
7+
packages=find_packages(where="src"),
78
url="https://github.com/sfsinger19103/results_analysis",
89
author="Stephanie Singer",
9-
author_email="sfsinger@campaignscientific.com",
10-
install_requires=['sqlalchemy', 'pandas']
10+
author_email="sfsinger@campaignscientific.com",
11+
install_requires=["sqlalchemy", "pandas"],
1112
)

0 commit comments

Comments
 (0)