diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 11:22:43 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 11:22:43 +1000 |
| commit | d17282cdc01a41cc70e0919ace55715eac3dd6d1 (patch) | |
| tree | f25c60b47124767f95b619f5483e41301844dcff | |
| parent | 8ced0111951a62ef297000f95bfd9040aa643c59 (diff) | |
Travis: Fix travis.
| -rw-r--r-- | CONTRIBUTING.md | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a81dce8..45b0584 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,11 @@ git commit -m "export: Added export format for emacs. Closes #11" ``` +### Comment Style + +All comments must start with a capital letter and end with a full stop `.`. + + ### Running `pywal` You can run `pywal` without properly installing it by using the following command: @@ -11,7 +11,7 @@ DESC = ( DESC = "".join(DESC) -VERSION = pywal.__version__ +VERSION = pywal.wal.__version__ DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz" |
