Try reorganised docs

This commit is contained in:
Peter Vlugter 2011-04-20 18:02:11 +12:00
parent 0f436f0738
commit bb8dca5b88
29 changed files with 29 additions and 79 deletions

View file

@ -1,19 +0,0 @@
"""
Akka syntax styles for Pygments.
"""
from setuptools import setup
entry_points = """
[pygments.styles]
simple = styles.simple:SimpleStyle
"""
setup(
name = 'akkastyles',
version = '0.1',
description = __doc__,
author = "Akka",
packages = ['styles'],
entry_points = entry_points
)