提交 0450d7a1 authored 作者: turian@lgcm's avatar turian@lgcm

Small fix in setup.py

上级 4b16dc1f
......@@ -13,7 +13,7 @@ from setuptools import setup, find_packages
setup(name="Theano",
version="0.1",
description="Optimizing compiler for mathematical expressions",
long_description="""Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. Using Theano, it is not uncommon to see speed improvements of ten-fold over using pure NumPy."""
long_description="""Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. Using Theano, it is not uncommon to see speed improvements of ten-fold over using pure NumPy.""",
author="LISA laboratory, University of Montreal",
author_email="theano-dev@googlegroups.com",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论