comparison .hgignore @ 161:f307d4cdc3fb

Setup Wikked Pypi package: - Moved all assets into `wikked/assets` for proper packaging. - Added `setuptools` stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 10 Jan 2014 23:12:10 -0800
parents 13249e5ca51c
children 964fd28e9b39
comparison
equal deleted inserted replaced
160:3ef7b9dca1f8 161:f307d4cdc3fb
1 syntax:glob 1 syntax:glob
2 venv 2 venv
3 node_modules 3 node_modules
4 wikked/static
5 dist
4 build 6 build
5 *.pyc 7 *.pyc
6 *.pyo 8 *.pyo
7 *.sublime-* 9 *.sublime-*
10 MANIFEST
11 Wikked.egg-info
8 12