-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove import ocspbuilder from setup.py #8
Comments
Mostly this is just a side effect of following a file layout pattern from some of the other light-weight modules sitting on top of oscrypto and asn1crypto. It would probably make sense to move the version info into The two functions at the bottom of This restructuring should allow importing just I will probably take a whack at this issue here and the other modularcrypto modules at some point, even if you don’t feel like sending a PR. |
As of ddb424d, I haven't made a new release yet due to a backlog on Travis CI. |
This unfortunately does not solve the issue:
(this is on Python 3.4) |
Trying to import ocsp module gives an error:
Python version 3.6 |
@eragonriddle This is not the cryptography project. |
Got it, sorry about that |
This import creates a problem when running setup.py install:
I'd suggest removing it, although you need another way to track your version number. I don't see any special reason why it should be in the module init.py, so you could just move the version string to the setup.py maybe? If you agree, I would be happy to make a pull request as well
The text was updated successfully, but these errors were encountered: