Issue 229: Add explicit encoding, license and unix line separators.

Some maintainers for different linux distribution are having some
problems with the encoding on different python versions. This change
intents to make all python files define explicitly the encoding, license
and unix line separators. Remove one example of the README.rst file
where a possible non UTF-8 character is used.
This commit is contained in:
Ernesto Rodriguez Ortiz
2018-12-05 09:43:45 -05:00
parent 7f125590f7
commit 53b4518afb
72 changed files with 1810 additions and 1589 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: '3.0'
services:
web:
image: python:3-alpine
command: python3 -m http.server 8080
volumes:
- .:/num2words