Skip to content
Snippets Groups Projects
Commit 1ea4092d authored by Mark Haines's avatar Mark Haines
Browse files

Cosmetic formatting fix

parent b08eee57
Branches
Tags
No related merge requests found
...@@ -236,7 +236,9 @@ setup( ...@@ -236,7 +236,9 @@ setup(
author=nacl.__author__, author=nacl.__author__,
author_email=nacl.__email__, author_email=nacl.__email__,
setup_requires=[CFFI_DEPENDENCY], setup_requires=[
CFFI_DEPENDENCY
],
install_requires=[ install_requires=[
CFFI_DEPENDENCY, CFFI_DEPENDENCY,
"six", "six",
...@@ -256,14 +258,14 @@ setup( ...@@ -256,14 +258,14 @@ setup(
ext_package="nacl._lib", ext_package="nacl._lib",
distclass=Distribution,
zip_safe=False,
cmdclass={ cmdclass={
"build": CFFIBuild, "build": CFFIBuild,
"install": CFFIInstall, "install": CFFIInstall,
"build_clib": build_clib, "build_clib": build_clib,
"build_ext": build_ext, "build_ext": build_ext,
}, },
distclass=Distribution,
zip_safe=False,
classifiers=[ classifiers=[
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
...@@ -275,5 +277,5 @@ setup( ...@@ -275,5 +277,5 @@ setup(
"Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
], ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment