Skip to content

Commit d6e8a59

Browse files
author
bofm
committed
Updated long_description and classifiers
1 parent 006fc79 commit d6e8a59

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .storage import CacheStorageBase, SQLiteStorage
33

44

5-
__version__ = '0.1.dev0'
5+
__version__ = '0.1.1.dev0'

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ def run_tests(self):
4141
packages=['caching'],
4242
author='bofm',
4343
author_email='bofm@github.com',
44-
description='Python utils and decorators for cаching',
45-
long_description=(
46-
'Python utils and decorators for cаching with TTL,'
47-
' maxsize and file-based storage.'
44+
description=(
45+
'Python utils and decorators for cаching with TTL, '
46+
'maxsize and file-based storage.'
4847
),
48+
long_description=open('README.rst').read(),
4949
url='https://github.com/bofm/python-caching',
5050
download_url='https://github.com/bofm/python-caching/tarball/%s' % version,
5151
keywords=['cache', 'caching'],
@@ -54,9 +54,7 @@ def run_tests(self):
5454
'Intended Audience :: Developers',
5555
'License :: OSI Approved :: MIT License',
5656
'Natural Language :: English',
57-
'Programming Language :: Python',
5857
'Programming Language :: Python :: 3.6',
59-
'Programming Language :: Python :: 3 :: Only',
6058
'Programming Language :: Python :: Implementation :: CPython',
6159
'Programming Language :: Python :: Implementation :: PyPy',
6260
],

0 commit comments

Comments
 (0)