Skip to content

Commit

Permalink
Add a README.
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Nov 28, 2016
1 parent e1da30e commit 90cf129
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include versioneer.py
include awpa/_version.py
recursive-include awpa Grammar.txt
include LICENSE LICENSE.rst
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
====
awpa
====

A Working Python AST[*]_

`lib2to3`_ is a pretty buggy, poorly-maintained library, so here's something better.

Docs forthcoming.


.. _lib2to3: https://docs.python.org/library/2to3
.. [*] Not actually very abstract, but it's a catchy acronym.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
import versioneer


with open('README.rst', 'r') as infile:
long_description = infile.read()


setup(
name='awpa',
description='A Working Python AST',
long_description=long_description,
author='Aaron Gallagher',
author_email='[email protected]',
url='https://github.com/habnabit/awpa',
Expand Down

0 comments on commit 90cf129

Please sign in to comment.