X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=a84d47f7c3bb8c25ebc64b528cc989720925887e;hb=d4d3c3aac7a147239e36789827f5c1ea1e49f139;hp=0000000000000000000000000000000000000000;hpb=e8a122ff3c8bfdb4c4462372e564f16231308be4;p=coe.git diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..a84d47f --- /dev/null +++ b/setup.py @@ -0,0 +1,11 @@ +#!/usr/bin/python3 + +from distutils.core import setup, Extension + +setup(name = "coe", + version = "0.1", + description = "Common Object Encoding library", + author = "Fredrik Tolf", + author_email = "fredrik@dolda2000.com", + packages = ["coe"], + license = "GPL-3")