Skip to content

Commit

Permalink
make it clear which python version supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Aug 5, 2014
1 parent 754c640 commit 9b93b6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Source: http://tool.17mon.cn
Install
-------

Supports python2.7 to python3.4 and pypy.

.. code:: bash
$ pip install 17monip
Expand Down
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@
extras_require={
"dev": dev_requires,
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
)

0 comments on commit 9b93b6e

Please sign in to comment.