We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf2c4e commit 56e6999Copy full SHA for 56e6999
setup.py
@@ -13,7 +13,7 @@
13
with open('HISTORY.rst') as history_file:
14
history = history_file.read()
15
16
-requirements = ['numpy==1.19.3', 'tqdm', 'Pillow', 'ttkthemes' ]
+requirements = ['numpy==1.19.3', 'tqdm', 'Pillow', 'ttkthemes']
17
18
setup_requirements = ['pytest-runner', ]
19
@@ -34,7 +34,7 @@
34
35
setup(
36
author="Tim Parker",
37
- author_email='tim.parkerd@gmail.com',
+ author_email='tparker@danforthcenter.com',
38
python_requires='>=3.8',
39
classifiers=[
40
'Development Status :: 2 - Pre-Alpha',
@@ -56,7 +56,7 @@
56
install_requires=requirements,
57
long_description=readme + '\n\n' + history,
58
include_package_data=True,
59
- package_data = {
+ package_data={
60
"efxsdk": [efxsdk]
61
},
62
keywords='rawtools',
0 commit comments