Skip to content

Commit ef9fa95

Browse files
committed
release public version v.0.1
1 parent 653ced0 commit ef9fa95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

MANIFEST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
STATS
2+
COPYING
3+
setup.py
4+
README.md
5+
hazelnut/core.py
6+
hazelnut/__init__.py

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author_email = '[email protected]',
1313
license = 'Apache v2.0 License',
1414
packages = ['hazelnut'],
15-
description = 'A pythonic library for parsing /proc/meminfo',
15+
description = 'A pythonic library to parse /proc/meminfo',
1616
long_description = file('README.md','r').read(),
17-
keywords = [''],
17+
keywords = ['memory', 'RAM', 'system information', 'meminfo', '/proc'],
1818
)

0 commit comments

Comments
 (0)