@@ -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