Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
versions, requirements, blah
Browse files Browse the repository at this point in the history
  • Loading branch information
daisylb committed Jul 10, 2012
1 parent 42fdd7f commit d1389b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions mezzanine_events/__init__.py
@@ -0,0 +1 @@
__version__ = "0.1pre"
5 changes: 4 additions & 1 deletion setup.py
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup

setup(name='mezzanine-events',
version='0.1pre',
Expand All @@ -11,4 +11,7 @@
'mezzanine_events.migrations',
'mezzanine_events.templatetags',
],
install_requires=[
'icalendar==3.0.1b2'
]
)

0 comments on commit d1389b6

Please sign in to comment.