mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
add setup.py
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
|
||||
setup(name='keras_contrib',
|
||||
version='1.2.1',
|
||||
description='Keras community contributions',
|
||||
author='Fariz Rahman',
|
||||
author_email='farizrahman4u@gmail.com',
|
||||
url='https://github.com/farizrahman4u/keras-contrib',
|
||||
license='MIT',
|
||||
install_requires=['keras'],
|
||||
packages=find_packages())
|
||||
Reference in New Issue
Block a user