mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
super nit-pick
This commit is contained in:
parent
ff1e64fd4a
commit
913bcb79c5
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -20,7 +20,8 @@ setup(
|
|||
"primitives and recipes to Python developers.",
|
||||
license="Apache License, Version 2.0",
|
||||
url="https://github.com/alex/cryptography",
|
||||
zip_safe=False, # for cffi
|
||||
# for cffi
|
||||
zip_safe=False,
|
||||
setup_requires=["cffi>=0.6"],
|
||||
classifiers=[
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
|
|
|
|||
Loading…
Reference in a new issue