diff options
author | Justin Ely <ely@stsci.edu> | 2016-09-30 15:45:09 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-09-30 15:45:09 -0400 |
commit | 767c217f3cd34e33f0aab5b7415badbe0733d8c2 (patch) | |
tree | f0c04a5c2c8eacff8e39df9db6498a638ae2650a /source/rtd-pip-requirements.txt | |
parent | fb19feed0bc525bc58832a39cd9e11a717b68f8f (diff) | |
download | astroconda-767c217f3cd34e33f0aab5b7415badbe0733d8c2.tar.gz |
Create release_notes and package_manifest automatically (#24)
* auto creating release_notes and package_manifest
release_notes now provide links to individual
repository release notes instead of collecting them
together
Using anonymous access with github3. Note that this
has API call restrictions, so can only do so many times
within an hour before being blocked.
setup.py install now runs the two scripts in source
to generate the manifest and release notes rst files.
minor changes to py scripts to use different org access
calls, and defining output path to not be CWD.
requirement and calls to pandoc have also been removed.
files are written directly to rst instead of being
written to md and converted.
* Exclude non-astroconda packages from release_notes
* change disclaimer at top of release notes
Diffstat (limited to 'source/rtd-pip-requirements.txt')
-rw-r--r-- | source/rtd-pip-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rtd-pip-requirements.txt b/source/rtd-pip-requirements.txt new file mode 100644 index 0000000..f4f11b4 --- /dev/null +++ b/source/rtd-pip-requirements.txt @@ -0,0 +1 @@ +github3.py |