Skip to content

Commit

Permalink
package is now called hermes instead of hermes-chat. hooray :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Long committed Apr 27, 2012
1 parent d33050f commit 9fe522a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
.*
*.egg-info
dist
build

test_settings.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Supply your own XMPP-based (e.g. GMail/Google Talk) accounts to serve as chatroo

## Installation

Package available from PyPI: <http://pypi.python.org/pypi/hermes-chat/>. Install with:
Package available from PyPI: <http://pypi.python.org/pypi/hermes/>. Install with:

pip install hermes-chat
pip install hermes

## Commands

Expand Down
2 changes: 1 addition & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PACKAGE_NAME=hermes-chat
PACKAGE_NAME=hermes
rm -rf dist $PACKAGE_NAME.egg-info
python setup.py sdist upload
pip uninstall $PACKAGE_NAME
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(
name="hermes-chat",
name="hermes",
packages=find_packages(),
version="0.2.2",
author="Matt Long",
Expand Down

0 comments on commit 9fe522a

Please sign in to comment.