Skip to content
This repository was archived by the owner on Apr 29, 2018. It is now read-only.

Commit 27153c7

Browse files
committed
update Makefile, move image
1 parent 60d936a commit 27153c7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ init:
44
test:
55
pytest
66

7-
dist:
8-
python setup.py sdist && python setup.py bdist_wheel
9-
107
publish:
8+
pip install 'twine>=1.5.0'
9+
python setup.py sdist
10+
python setup.py bdist_wheel --universal
1111
twine upload dist/*
1212

13+
docs:
14+
cd docs && make html
15+
@echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"
16+
1317
changelog:
1418
github_changelog_generator

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![diffios Logo](/images/logo.png)
1+
![diffios Logo](/docs/source/_static/logo.png)
22

33

44
[![Travis](https://img.shields.io/travis/robphoenix/diffios.svg?style=flat-square)](https://travis-ci.org/robphoenix/diffios)

0 commit comments

Comments
 (0)