-
Notifications
You must be signed in to change notification settings - Fork 38
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
Finish org move #551
Finish org move #551
Conversation
@@ -22,9 +22,7 @@ | |||
, 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application' | |||
] | |||
|
|||
setup( author = 'Gratipay, LLC' | |||
, author_email = '[email protected]' |
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.
Are you sure we can get away with no author?
Either the author or the maintainer must be identified.
https://docs.python.org/2/distutils/setupscript.html#additional-meta-data
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.
python2 setup.py sdist bdist_wheel
works fine, the metadata files just have UNKNOWN
for the author field.
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.
That seems suboptimal, because Aspen has authors.
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.
Replaced with 'Chad Whitacre et al.'
.
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.
Okay, author_email
reticketed as AspenWeb/salon#12.
1584858
to
d711743
Compare
Email address is up, so I guess we can move forward with this now by using it in |
Ready for review. |
!m @Changaco |
Completes #547.