Removing the smartypants setting from setup.py

This commit is contained in:
Viktor Klang 2012-09-10 16:38:49 +02:00
parent 3cac192841
commit d73c27106f

View file

@ -15,6 +15,5 @@ setup(
description = __doc__, description = __doc__,
author = "Akka", author = "Akka",
packages = ['styles'], packages = ['styles'],
entry_points = entry_points, entry_points = entry_points
html_use_smartypants = false
) )