mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
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.
8 lines
134 B
YAML
8 lines
134 B
YAML
version: '3.0'
|
|
services:
|
|
web:
|
|
image: python:3-alpine
|
|
command: python3 -m http.server 8080
|
|
volumes:
|
|
- .:/num2words
|