diff --git a/README.md b/README.md index c8d7e4a1..6c347bf3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@

"Because it’s a jungle out there"

+[![GitHub license](https://img.shields.io/github/license/apache/beam.svg)](https://img.shields.io/pypi/l/trains.svg) +[![PyPI pyversions](https://img.shields.io/pypi/pyversions/trains.svg)](https://img.shields.io/pypi/pyversions/trains.svg) +[![PyPI version shields.io](https://img.shields.io/pypi/v/trains.svg)](https://img.shields.io/pypi/v/trains.svg) +[![PyPI status](https://img.shields.io/pypi/status/trains.svg)](https://pypi.python.org/pypi/trains/) + Behind every great scientist are great repeatable methods. Sadly, this is easier said than done. When talented scientists, engineers, or developers work on their own, a mess may be unavoidable. Yet, it may still be diff --git a/docs/trains.conf b/docs/trains.conf index aa5d7a6f..4387b798 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -1,7 +1,9 @@ # TRAINS SDK configuration file api { - host: http://localhost:8008 - credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"} + # Notice: 'host' is the api server (default port 8008), not the web server. + host: http://localhost:8008 + # Credentials are generated in the webapp, http://localhost:8080/admin + credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"} } sdk { # TRAINS - default SDK configuration diff --git a/setup.cfg b/setup.cfg index 4c093ec1..3c6e79cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,2 @@ [bdist_wheel] -# Currently supports Python2 only, -# Python 3 is coming... universal=1