Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Update setup procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans committed Dec 11, 2016
1 parent 316d84c commit c4bfdb8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,7 @@
author='Joeri Hermans',
author_email='[email protected]',
license='GPLv3',
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
# Project is intended for:
'Intended Audience :: Developers',
'Topic :: Software Development :: Analytics',
# Python versions
'Programming Language :: Python :: 2.7',
],
install_requires=['theano', 'tensorflow', 'keras'],
packages=['distkeras'],
package_data={'distkeras': ['distkeras/*.py']},
# Keywords related to the project.
Expand Down

0 comments on commit c4bfdb8

Please sign in to comment.