Skip to content

Fix for setuptools 28.0#444

Merged
prabhuramachandran merged 2 commits into
masterfrom
fix-setuptools-28.0
Oct 5, 2016
Merged

Fix for setuptools 28.0#444
prabhuramachandran merged 2 commits into
masterfrom
fix-setuptools-28.0

Conversation

@stefanoborini
Copy link
Copy Markdown
Contributor

Fixes #443.

With setuptools 28.0, subpackages are not added if found within an exclusion prefix.
We have to manually indicate which packages are available in the tvtk setup.py

The code is neutral for setuptools <28.0

Fixes #443.
With setuptools 28.0, subpackages are not added if found within an exclusion prefix.
We have to manually indicate which packages are available in the tvtk setup.py
@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 30, 2016

Current coverage is 50.85% (diff: 0.00%)

Merging #444 into master will increase coverage by 0.51%

@@             master       #444   diff @@
==========================================
  Files           257        257          
  Lines         23219      23224     +5   
  Methods           0          0          
  Messages          0          0          
  Branches       3070       3070          
==========================================
+ Hits          11687      11810   +123   
+ Misses        10783      10680   -103   
+ Partials        749        734    -15   

Powered by Codecov. Last update 31578f6...c60b3ba

@prabhuramachandran
Copy link
Copy Markdown
Member

@stefanoborini -- thank you! Merging!

@prabhuramachandran prabhuramachandran merged commit c181eba into master Oct 5, 2016
@prabhuramachandran prabhuramachandran deleted the fix-setuptools-28.0 branch October 5, 2016 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mayavi 4.5.0 incorrect build with setuptools 28.0

3 participants