-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add infrastructure files #21
Conversation
LICENSE
Outdated
@@ -0,0 +1,29 @@ | |||
BSD 3-Clause License | |||
|
|||
Copyright (c) 2020, Brookhaven Science Associates, Brookhaven National Laboratory |
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.
This does not need to name BSA and should just name BNL, like so:
Copyright (c) 2020, Brookhaven National Laboratory
See @stuartcampbell's comment on this issue.
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.
OK, thanks for pointing it out. I actually copied it from SRX, I'll correct it there as well.
This is done for now. I tested the code correctly handles the versions of the package based on the tag/number of commits from tag. CI can be enabled in a separate PR. |
Please note this commit: 5466d2e. It's only needed when we render |
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.
Agree with Josh's comment. Everything else looks good to go.
Thank you! |
Summary:
MANIFEST.in
for source distributionrequirements.txt
setup.py
based on https://github.com/NSLS-II/nslsii/blob/master/setup.py (to be updated to use https://github.com/NSLS-II/scientific-python-cookiecutter/blob/master/%7B%7B%20cookiecutter.repo_name%20%7D%7D/setup.py)