Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vltr committed Aug 1, 2014
1 parent e7a5bfc commit 239ed3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(
name = "TxMilter",
version = "0.1",
author = "Jean Marcel Duvoisin Schmidt, Humantech",
author_email = "contato@jschmidt.me",
name = "txmilter",
version = "0.1.0",
author = ["Humantech Knowledge Management", "Jean Marcel Duvoisin Schmidt"],
author_email = "jean.schmidt@humantech.com.br",
description = "Twisted protocol to handle Milter Connections in libmilter style",
license = "GNU GPLv2",
keywords = "Milter, Twisted",
url = "https://github.com/humantech/txmilter",
install_requires=["twisted"],
packages=["txmilter"],
long_description=read("README.md")
)

0 comments on commit 239ed3a

Please sign in to comment.