Skip to content

Commit

Permalink
include subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Nov 18, 2015
1 parent 95e33e6 commit 29604d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
@@ -1,13 +1,14 @@
from setuptools import setup
from setuptools import find_packages

setup(name='elephas',
version='0.2',
version='0.2.1',
description='Deep learning on Spark with Keras',
url='http://github.com/maxpumperla/elephas',
download_url = 'https://github.com/maxpumperla/elephas/tarball/0.1',
download_url = 'https://github.com/maxpumperla/elephas/tarball/0.2.1',
author='Max Pumperla',
author_email='max.pumperla@googlemail.com',
install_requires=['keras'],
license='MIT',
packages=['elephas'],
packages=find_packages(),
zip_safe=False)

0 comments on commit 29604d6

Please sign in to comment.