You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
readme = f.read()
f.close()
setup(
name='fancy_tag',
version='0.2.0',
description="A powerful replacement for Django's simple_tag decorator that adds supports for positional, keyword arguments and template variable assignment.",