-
Notifications
You must be signed in to change notification settings - Fork 156
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
Restore metadata to the furl module #129
Comments
hey can I work on this? |
I guess they just removed those variables from the |
Absolutely! Pull requests welcome. @ThatXliner Yep; the metadata was lost in the migration to |
@gruns The main code is in |
Not sure; that might do it. If >>> import furl
>>> furl.__version__
2.1.0 works, you did it 😃 |
Possibly fixes gruns#129
Before v2.0.0:
With v2.1.0:
The other metadata attributes are missing, too:
__version__
,__license__
, etc.The text was updated successfully, but these errors were encountered: