Skip to content

Commit

Permalink
Fix trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed Nov 8, 2017
1 parent 6f5c583 commit 855640a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

* Cache available from function.cache object for decorated functions [#354](https://github.com/argaen/aiocache/issues/354) - Manuel Miranda

* Improve travis setup [#340](https://github.com/argaen/aiocache/issues/340) - Jair Henrique

* aioredis and aiomcache are now optional dependencies [#337](https://github.com/argaen/aiocache/issues/337) - Jair Henrique

* Generate wheel package on release [#338](https://github.com/argaen/aiocache/issues/338) - Jair Henrique
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ functional:
performance:
pytest -sv tests/performance

test: lint unit acceptance functional performance
test: lint unit acceptance functional

_release:
scripts/make_release
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython'
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: AsyncIO',
],
packages=find_packages(),
Expand Down

0 comments on commit 855640a

Please sign in to comment.