File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# -*- coding: utf-8 -*-
3- __version__ = '0.5 .0'
3+ __version__ = '1.0 .0'
44VERSION = __version__ .split ('.' )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def _long_description():
4444 url = 'https://github.com/Hasenpfote/malloc_tracer' ,
4545 download_url = '' ,
4646 packages = ['malloc_tracer' ],
47- keywords = ['debug' , ],
47+ keywords = ['debug' , 'debugging-tool' , 'tracemalloc' ],
4848 classifiers = [
4949 'Programming Language :: Python' ,
5050 'Programming Language :: Python :: 3' ,
@@ -53,7 +53,7 @@ def _long_description():
5353 'Programming Language :: Python :: 3.6' ,
5454 'License :: OSI Approved :: MIT License' ,
5555 'Operating System :: OS Independent' ,
56- 'Development Status :: 1 - Planning ' ,
56+ 'Development Status :: 3 - Alpha ' ,
5757 'Environment :: Other Environment' ,
5858 'Intended Audience :: Developers' ,
5959 'Topic :: Software Development' ,
You can’t perform that action at this time.
0 commit comments