-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minor cleanup #3
base: master
Are you sure you want to change the base?
Conversation
|
||
5. serdes | ||
``` | ||
cd .../libserdes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra '.' here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@@ -1,18 +1,40 @@ | |||
import sys | |||
from distutils.core import setup, Extension | |||
#from distutils.core import setup, Extension |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
Remove as much as possible hard-coded dependencies in setup.py
Make sure sdist upload publishing step to pypi uploads the correct components.