-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix build system + tox #297
Conversation
d4fe0ff
to
8672000
Compare
Codecov Report
@@ Coverage Diff @@
## master #297 +/- ##
=======================================
Coverage 94.81% 94.81%
=======================================
Files 13 13
Lines 1967 1967
=======================================
Hits 1865 1865
Misses 102 102
Continue to review full report at Codecov.
|
496e3a7
to
e3cc529
Compare
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.
Also delete docstring.py
as it is no longer needed.
48a010a
to
5559e7c
Compare
Use static docstring Update pyproject.toml Update MANIFEST.in Add headers to manifest Remove unused docstring generator Force --no-deps builds to work Remove C source .gitignore files Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
2943af2
to
848760a
Compare
[skip codeql]
c6361a0
to
6228183
Compare
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.
Thank you, Joe!
Description
UPDATE: Attempted a fix for #295 but did not work out, still managed to remove dependence on
extension-helpers
and simplified the C-extension code.