Commit 4b72684b authored by Christian Ledermann's avatar Christian Ledermann

add manifest.in, make release

parent 786b4fff
include *.rst
recursive-include docs *.txt
recursive-exclude *.pyc *.pyo
include docs/LICENSE.GPL
exclude fastkml/.*
Changelog Changelog
========= =========
0.1.1 (2012/06/29)
------------------
- add MANIFEST.in
0.1 (2012/06/27) 0.1 (2012/06/27)
---------------- ----------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys, os import sys, os
version = '0.1' version = '0.1.1'
setup(name='fastkml', setup(name='fastkml',
version=version, version=version,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment