Commit Graph

27 Commits

Author SHA1 Message Date
Takeshi KOMIYA
cf5660cb39 Fix #7626: release package does not contain `CODE_OF_CONDUCT` 2020-05-09 17:48:01 +09:00
Stephen Finucane
67753b7ce3 Remove 'test-reqs.txt'
We were never really using this file for its specified purpose [1]. Now
that we have everything cleanly organized in 'setup.py', there really
isn't any reason to keep it around. Remove it.

[1] https://caremad.io/posts/2013/07/setup-vs-requirement/

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-10 14:13:09 +01:00
Takeshi KOMIYA
c32233b0e1 Merge commit '63c15998f66eeb42f3fcfef6087a7264645bee6b~1' 2017-09-24 21:36:04 +09:00
shimizukawa
dd8c3211be fix: missing `texinputs_win/Makefile` to be used in latexpdf builder on windows. 2017-08-22 11:03:17 +09:00
Takeshi KOMIYA
8683823536 pycode: Replace pgen2 by own parser 2017-07-26 20:51:58 +09:00
shimizukawa
cf3fd3a481 remove MANIFEST.in file entries which doesn't exist 2017-01-17 14:13:31 +09:00
Takeshi KOMIYA
1b8c2f2d6b Update MANIFEST.in 2016-12-24 21:07:01 +09:00
Takeshi KOMIYA
50f9c5cc38 Update packaging script (refs: #3256) 2016-12-19 12:29:58 +09:00
Takeshi KOMIYA
b03b7e543f Merge pull request #2770 from tk0miya/2765_bundle_grammars
Fix #2765: bundle grammar files
2016-08-15 14:20:48 +09:00
Takeshi KOMIYA
475be2c31b Fix common template files are not distributed 2016-07-15 22:36:05 +09:00
Takeshi KOMIYA
2ccb75c98f Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)
So far, sphinx generates the grammar files on demand.
It causes uninstallation does not remove whole of files.
With this fix, Sphinx bundles the files in the package.
2016-07-12 12:15:12 +09:00
Lele Gaifax
603d6e23d3 Include JS stemmers in the distribution 2015-11-10 10:01:13 +01:00
Takayuki Shimizukawa
edef36ceaf remove custom_fixers from MANIFEST.in. that directory already removed at 47baff4 2014-08-25 16:35:38 +09:00
Georg Brandl
42a8138c30 Closes #1152: Fix pycode parsing errors of Python 3 code by including two grammar
versions for Python 2 and 3, and loading the appropriate version for the
running Python version.
2014-01-12 19:44:04 +01:00
Matthew Iversen
2d36d17fd9 Add extension of included README (.rst) 2013-10-28 20:53:57 +11:00
Takayuki Shimizukawa
e81a2d884e Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes #1264 2013-10-03 05:55:58 +00:00
Georg Brandl
cc1ca3a43a Closes #809: Include custom fixers in the source distribution. 2011-11-01 21:40:52 +01:00
Georg Brandl
fd56b7c44a Closes #792: Include "sphinx-apidoc" in the source distribution. 2011-11-01 09:14:23 +01:00
Georg Brandl
e1ce9a63a6 Fix file name in manifest. 2010-08-11 17:16:20 +02:00
Daniel Neuhäuser
df444e822c Add setup_distribute.py to MANIFEST.in and remove ez_setup.py 2010-05-16 16:20:44 +02:00
Georg Brandl
42ade899dc Fix manifest. Again. 2009-03-28 14:51:45 -05:00
Georg Brandl
23e77c67a8 Fix #132... 2009-03-26 14:55:17 -04:00
Georg Brandl
d0e0acaaa1 merge in trunk 2009-01-10 20:46:13 +01:00
Georg Brandl
386548ae19 Add Grammar.txt to Manifest. 2009-01-06 00:38:40 +01:00
Georg Brandl
13d9cddd1d Update Manifest. 2009-01-06 00:37:43 +01:00
Georg Brandl
dc5e1a159d Use * instead of *.* as glob pattern, catches Makefile. 2008-11-04 19:51:38 +01:00
Georg Brandl
4deb6391a0 Add a manifest, since setuptools doesn't support hg.
Also add a few more things to hgignore file.
2008-11-02 23:32:15 +01:00