Try reorganised docs
This commit is contained in:
parent
0f436f0738
commit
bb8dca5b88
29 changed files with 29 additions and 79 deletions
|
|
@ -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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue