Skip to content

Commit 56e6999

Browse files
committed
Update contact information
1 parent 1cf2c4e commit 56e6999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
with open('HISTORY.rst') as history_file:
1414
history = history_file.read()
1515

16-
requirements = ['numpy==1.19.3', 'tqdm', 'Pillow', 'ttkthemes' ]
16+
requirements = ['numpy==1.19.3', 'tqdm', 'Pillow', 'ttkthemes']
1717

1818
setup_requirements = ['pytest-runner', ]
1919

@@ -34,7 +34,7 @@
3434

3535
setup(
3636
author="Tim Parker",
37-
author_email='tim.parkerd@gmail.com',
37+
author_email='tparker@danforthcenter.com',
3838
python_requires='>=3.8',
3939
classifiers=[
4040
'Development Status :: 2 - Pre-Alpha',
@@ -56,7 +56,7 @@
5656
install_requires=requirements,
5757
long_description=readme + '\n\n' + history,
5858
include_package_data=True,
59-
package_data = {
59+
package_data={
6060
"efxsdk": [efxsdk]
6161
},
6262
keywords='rawtools',

0 commit comments

Comments
 (0)