diff --git a/.travis.yml b/.travis.yml index aa57313..90457f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: cache: pip: true deploy: - provider: releases +- provider: releases api_key: "$GITHUB_TOKEN" file_glob: true file: "$TRAVIS_BUILD_DIR/bundles/*" @@ -23,6 +23,7 @@ deploy: install: - pip install -r requirements.txt - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme +- pip install --force-reinstall pylint==1.9.2 script: - pylint adafruit_pca9685.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py) diff --git a/setup.py b/setup.py index a35936b..1d689ba 100644 --- a/setup.py +++ b/setup.py @@ -52,9 +52,9 @@ ], # What does your project relate to? - keywords='adafruit pca9865 hardware micropython circuitpython', + keywords='adafruit pca9865 motor stepper servo hardware micropython circuitpython', # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). py_modules=['adafruit_pca9865'], -) \ No newline at end of file +)