Fixed small issues in the setup.py file

This commit is contained in:
Krzysztof Klimonda
2013-09-26 07:14:31 +00:00
parent 6a755b25b2
commit 145767393f

View File

@@ -19,7 +19,7 @@ install_requires = [
] ]
setup( setup(
name="Pinry", name="pinry",
version="1.3.2", version="1.3.2",
author="Pinry Contributors", author="Pinry Contributors",
author_email="devs@getpinry.com", author_email="devs@getpinry.com",
@@ -30,7 +30,6 @@ setup(
url="http://getpinry.com/", url="http://getpinry.com/",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
long_description=read('README.rst'), long_description=read('README.rst'),
dependency_links=dependency_links,
tests_require=['mock', 'factory-boy>=1.3,<2.0'], tests_require=['mock', 'factory-boy>=1.3,<2.0'],
install_requires=install_requires, install_requires=install_requires,
classifiers=[ classifiers=[