mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 09:55:50 +01:00
Fixed small issues in the setup.py file
This commit is contained in:
3
setup.py
3
setup.py
@@ -19,7 +19,7 @@ install_requires = [
|
||||
]
|
||||
|
||||
setup(
|
||||
name="Pinry",
|
||||
name="pinry",
|
||||
version="1.3.2",
|
||||
author="Pinry Contributors",
|
||||
author_email="devs@getpinry.com",
|
||||
@@ -30,7 +30,6 @@ setup(
|
||||
url="http://getpinry.com/",
|
||||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||
long_description=read('README.rst'),
|
||||
dependency_links=dependency_links,
|
||||
tests_require=['mock', 'factory-boy>=1.3,<2.0'],
|
||||
install_requires=install_requires,
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user