You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original comment byjaraco (Bitbucket: jaraco, GitHub: jaraco):
Historically, the way packages have solved this problem is by using the deprecated Feature (#65) feature. However, because it's deprecated, the recommended solution is to use extras for your C extension.
So the way you do that is create a separate distribution package for your C extension module, call it say "jpype.numpy" and have it only implement the C extension. Then define your extras in jpype as so:
Originally reported by: marscher (Bitbucket: marscher, GitHub: marscher)
This has been summarised here:
pypa/pip#1993
The text was updated successfully, but these errors were encountered: