-
-
Notifications
You must be signed in to change notification settings - Fork 164
Include LICENSE in MANIFEST.in #103
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the conda-forge recipe, I would like to include a hard-link to the LICENSE. Doing this requires having an explicit reference to LICENSE in the manifest so it can be bundled with the source.
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 98.82% 98.82%
=======================================
Files 94 94
Lines 6190 6190
=======================================
Hits 6117 6117
Misses 73 73 Continue to review full report at Codecov.
|
released in 0.5.5 |
chfw
added a commit
to pyexcel/pyexcel-io
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-ods
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-xls
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-xlsx
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-ods3
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-odsr
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-xlsxw
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-htmlr
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel/pyexcel-pdfr
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel-webwares/pyexcel-webio
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel-webwares/django-excel
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel-webwares/Flask-Excel
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel-webwares/pyramid-excel
that referenced
this pull request
Oct 20, 2017
chfw
added a commit
to pyexcel-renderers/pyexcel-pygal
that referenced
this pull request
Oct 21, 2017
chfw
added a commit
to python-lml/lml
that referenced
this pull request
Oct 23, 2017
chfw
added a commit
to pyexcel/pyexcel-ods3
that referenced
this pull request
Oct 3, 2020
* ☔ reproduce #12 * release 0.5.0 🥚 🎡 * 🤝 take latest code from setupmobans and release 0.5.1 🥚 🎡, which carries LICENSE file, pyexcel/pyexcel#103 * 🥚 🎡 release 0.5.2. related to pyexcel/pyexcel#105 * ✨ refuse to write value that will not persist. pyexcel/pyexcel-ods#30 * 🔨 sort import list, code format using black, supreme pep 8 formatter. and update moban to use latest moban 0.3.4 * ✨ use pyexcel-io 0.5.10 * 🔥 replace python 2.6 3.3 with python 3.7-dev * 🥚 🎡 release 0.5.3 * 🔨 minor update * 🤝 apply common templates from pyexcel mobans. moremoban/moban#348 * 👕 update coding style * 📰 add missing files * 📚 pass moban stage * 🔥 no longer to generate test files * ✨ respect moban * 👕 update format.sh * 🤝 synchronize the organisational meta data * 🚀 github actions for moban, pypi release and automatically extract contributors * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 🤝 update project meta * 🤝 update project meta data * 🎉 new style ods reader * 🎉 new style ods writer * 📚 update changelog * This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst * 💄 update coding style * 💚 use pyexcel-io v0.6.0 in test Co-authored-by: chfw <chfw@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the conda-forge recipe, I would like to include a hard-link to the LICENSE.
Doing this requires having an explicit reference to LICENSE in the manifest so it can be bundled with the source.