Mercurial > wikked
annotate MANIFEST.in @ 444:2f68a463cb06
cm: Replace Grunt/RequireJS with Gulp/Browserify.
Yes, I know, this sounds like it's 2014 or something, and cool kids are now
actually on webpack or whatever.
Anyway, besides the change to a `gulpfile`, it also moves all dependencies
over to `npm` (via the `package.json` file), which cleans up the repository
nicely, and replaces awkward JS imports with simpler `require` statements.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Jan 2018 00:51:59 -0800 |
parents | 10a82dec3fe4 |
children |
rev | line source |
---|---|
433
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
1 include LICENSE |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
2 include README.md |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
3 |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
4 include pytest.ini |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
5 include requirements.txt |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
6 include dev-requirements.txt |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
7 |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
8 recursive-include wikked * |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
9 recursive-include tests * |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
10 |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
11 global-exclude *.py[cdo] __pycache__ *.so |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
12 global-exclude .DS_Store Thumbs.db Desktop.ini |
10a82dec3fe4
cm: Update setuptools files.
Ludovic Chabant <ludovic@chabant.com>
parents:
363
diff
changeset
|
13 global-exclude *.swp *~ *.bak |