Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added MANIFEST.in and version now 1.0.0
  • Loading branch information
samuel committed Mar 22, 2010
1 parent 883b883 commit c14d6f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include LICENSE
include MANIFEST.in
include tests.py
2 changes: 1 addition & 1 deletion bert/__init__.py
@@ -1,7 +1,7 @@


"""BERT-RPC Library""" """BERT-RPC Library"""


__version__ = "0.0.1" __version__ = "1.0.0"


from bert.codec import BERTDecoder, BERTEncoder from bert.codec import BERTDecoder, BERTEncoder
from erlastic import Atom from erlastic import Atom
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -12,6 +12,7 @@
author_email = 'samuel@lefora.com', author_email = 'samuel@lefora.com',
url = 'http://github.com/samuel/python-bert', url = 'http://github.com/samuel/python-bert',
packages = ['bert'], packages = ['bert'],
install_requires = ["erlastic"],
classifiers = [ classifiers = [
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit c14d6f3

Please sign in to comment.