Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
updated setup.py and gitignore so package can be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Aug 23, 2011
1 parent 59695b4 commit cc946a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,2 +1,5 @@
config.py
*.pyc
*.pyc
build
campfirer.egg-info
dist
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -10,8 +10,8 @@
description="Jabber MUC interface to campfire rooms",
author="Brian Muller",
author_email="bamuller@gmail.com",
license="GPLv3",
url="https://github.com/bmuller/campfirer",
license="MIT",
url="http://findingscience.com/campfirer",
packages=["campfirer"],
requires=["twisted.enterprise.adbapi", "twisted.words", "twistar"]
requires=["twisted.enterprise.adbapi", "twisted.words"]
)

0 comments on commit cc946a1

Please sign in to comment.