Skip to content

Commit

Permalink
Removed hg files.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Aug 23, 2019
1 parent f98a29e commit dc6ece3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
1 change: 0 additions & 1 deletion .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
syntax: glob
*.pyc
docs/_build
.coverage
Expand Down
22 changes: 0 additions & 22 deletions .hgtags

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE.txt
include LICENSE.txt pyproject.toml
recursive-include examples *.py
recursive-include tests *.py *.txt
recursive-include docs Makefile *.py *.rst *.png
14 changes: 2 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
all: check html

clean:
make -C docs $@
hg st -in | xargs rm
rm -rf build dist lupyne.egg-info

html:
make -C docs $@ SPHINXOPTS=-W

dist: html
python3 setup.py sdist bdist_wheel
all: check
make -C docs html SPHINXOPTS=-W

check:
python3 setup.py $@ -ms
Expand Down

0 comments on commit dc6ece3

Please sign in to comment.