Skip to content

Commit

Permalink
add missing elements to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rveachkc committed Nov 2, 2018
1 parent c4ff76b commit aba3674
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:


deploy:
docker:
- image: circleci/python:3-stretch
working_directory: ~/repo

steps:
- checkout

- restore_cache:
key: v1-dependencies-{{ checksum "requirements.txt" }}

- run:
name: verify git tag vs version
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ def run(self):
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Office/Business",
"Topic :: Office/Business :: Groupware",
],
keywords=['Microsoft', 'Teams'],
packages=['pymsteams'],
Expand Down

0 comments on commit aba3674

Please sign in to comment.