File tree Expand file tree Collapse file tree 5 files changed +625
-1
lines changed Expand file tree Collapse file tree 5 files changed +625
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ Contributors
3030- Rafael de Lucena Valle `@rafaeldelucena <https://github.com/rafaeldelucena >`_
3131- Matthew Keitelman `@zamattiac <https://github.com/zamattiac >`_
3232- John Tordoff `@Johnetordoff <https://github.com/Johnetordoff >`_
33+ - Addison Schiller `@AddisonSchiller <https://github.com/AddisonSchiller >`_
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ In general
88- `PEP 8 `_, when sensible.
99- Test ruthlessly. Write docs for new features.
1010- Even more important than Test-Driven Development--*Human-Driven Development *.
11+ - If you add an extension to setup.py, add it to supportedextensions.md.
1112- Please update AUTHORS.rst when you contribute.
1213
1314.. _`PEP 8` : http://www.python.org/dev/peps/pep-0008/
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ def parse_requirements(requirements):
278278 '.fan = mfr.extensions.codepygments:CodePygmentsRenderer' ,
279279 '.fancypack = mfr.extensions.codepygments:CodePygmentsRenderer' ,
280280 '.fas = mfr.extensions.codepygments:CodePygmentsRenderer' ,
281- '.fasta= mfr.extensions.codepygments:CodePygmentsRenderer' ,
281+ '.fasta = mfr.extensions.codepygments:CodePygmentsRenderer' ,
282282 '.feature = mfr.extensions.codepygments:CodePygmentsRenderer' ,
283283 '.fhtml = mfr.extensions.codepygments:CodePygmentsRenderer' ,
284284 '.flx = mfr.extensions.codepygments:CodePygmentsRenderer' ,
You can’t perform that action at this time.
0 commit comments