Update to version 0.1.0

pull/1/head v0.1.0
Mallory Hancock 2017-10-02 11:01:51 -07:00
parent b3558360ca
commit 074dc83861
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ from setuptools import setup
setup(
name='pinhook',
version='0.1.0',
license="MIT",
description="A pluggable IRC bot framework in Python",
install_requires=[
'irc',
],