Skip to content
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.

Commit

Permalink
PyPi friendly now.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Oct 15, 2011
1 parent 1e08fc3 commit 31cce82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -30,8 +30,8 @@ Ubuntu users may install the following SoX packages: `sox`, `libsox-fmt-all`.
Usage
-----

1. `import letmehear` if you want to use it as module. *LetMe* class is at your service.
2. `./letmehear.py -h` in command line to get help on utility usage.
1. `import letmehear` - if you want to use it as module. *LetMe* class is at your service.
2. `./letmehear.py -h` in command line - to get help on utility usage.


Dedication
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,12 +19,12 @@
install_requires=['setuptools'],
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Topic :: Multimedia :: Sound/Audio :: Conversion',
],
)
)

0 comments on commit 31cce82

Please sign in to comment.