Skip to content
Snippets Groups Projects
Commit 2741a297 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

Release with pypi for easy distribution

parent 8585f198
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from distutils.core import setup, Extension
from setup import *
from setuptools import setup
setup (name = 'cdo',
version = '1.0.2',
......@@ -9,4 +8,11 @@ setup (name = 'cdo',
license = "GPLv2",
description = """pyhton bindings to CDO""",
py_modules = ["cdo"],
url = "http://pypi.python.org/pypi/cdo",
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Utilities",
"Operating System :: POSIX",
"Programming Language :: Python",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment