Skip to content

Commit

Permalink
Merge pull request #1 from Wenzel/master
Browse files Browse the repository at this point in the history
add setup.py
  • Loading branch information
MarkNenadov committed Sep 29, 2017
2 parents 63b7ad2 + dff7fb6 commit 633cceb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/python3
#
from distutils.core import setup

import rfc822py3


setup(name='rfc822py3',
version='0.1',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
py_modules=['rfc822py3'])

0 comments on commit 633cceb

Please sign in to comment.