Loading README.md +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ Everything is configurable with environmental variables. Run this command to install version 0.1.11 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.1.11 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.1.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading src/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import os from setuptools import setup # update version information here _version = '0.1.11' _version = '0.1.2' # packages _packages = ['common', 'common.mixins'] Loading test_envfile +6 −6 Original line number Diff line number Diff line Loading @@ -8,9 +8,9 @@ DATABASE_LOG_FILE=/tmp/test.log DATABASE_LOG_MODE=w DATABASE_LOG_ENCODING=utf-8 LOGLEVEL=debug EMAIL_SENDER=common.package.test@gmail.com #EMAIL_SENDER=hamakerab@ornl.gov EMAIL_RECIPIENTS=hamakerab@ornl.gov RELAY_ADDRESS=smtp.gmail.com RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$ RELAY_PORT=587 # EMAIL_SENDER=common.package.test@gmail.com EMAIL_SENDER=test@amazon.com EMAIL_RECIPIENTS=huihuijk@ornl.gov # RELAY_ADDRESS=smtp.gmail.com # RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$ # RELAY_PORT=587 Loading
README.md +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ Everything is configurable with environmental variables. Run this command to install version 0.1.11 (latest) via pip: `python3 -m pip --no-cache-dir install common==0.1.11 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` `python3 -m pip --no-cache-dir install common==0.1.2 --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` This will install latest (not recommended): `python3 -m pip --no-cache-dir install common --index-url https://code.ornl.gov/api/v4/projects/10568/packages/pypi/simple --trusted-host code.ornl.gov` Loading
src/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import os from setuptools import setup # update version information here _version = '0.1.11' _version = '0.1.2' # packages _packages = ['common', 'common.mixins'] Loading
test_envfile +6 −6 Original line number Diff line number Diff line Loading @@ -8,9 +8,9 @@ DATABASE_LOG_FILE=/tmp/test.log DATABASE_LOG_MODE=w DATABASE_LOG_ENCODING=utf-8 LOGLEVEL=debug EMAIL_SENDER=common.package.test@gmail.com #EMAIL_SENDER=hamakerab@ornl.gov EMAIL_RECIPIENTS=hamakerab@ornl.gov RELAY_ADDRESS=smtp.gmail.com RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$ RELAY_PORT=587 # EMAIL_SENDER=common.package.test@gmail.com EMAIL_SENDER=test@amazon.com EMAIL_RECIPIENTS=huihuijk@ornl.gov # RELAY_ADDRESS=smtp.gmail.com # RELAY_PASSWORD=ABK@4n6Fc4Qb@gW8rpg5ZR3Nph%w$ # RELAY_PORT=587