Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johng42 authored Mar 28, 2019
1 parent ebe31dd commit d0f4239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tabpy-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
package_data={'tabpy_server.static': ['*.*'],
'tabpy_server': ['startup.*', 'state.ini']},
license='MIT',
# Note: many of these required packages are included in base python
# but are listed here because different linux distros use custom
# python installations. And users can remove packages at any point
# Note: many of these required packages are included in base python
# but are listed here because different linux distros use custom
# python installations. And users can remove packages at any point
install_requires=[
'backports_abc',
'cloudpickle',
Expand Down

0 comments on commit d0f4239

Please sign in to comment.