X-Git-Url: http://dolda2000.com/gitweb/?p=didex.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=02d0a320408921d1d7057ee4d0f350214d41cff8;hp=0000000000000000000000000000000000000000;hb=e3a5f552560edab0c4141581fc7ea977779a5127;hpb=cbf73d3a70b97f17f1f5431eee1e73dbc56a7f8e diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..02d0a32 --- /dev/null +++ b/setup.py @@ -0,0 +1,11 @@ +#!/usr/bin/python3 + +from distutils.core import setup, Extension + +setup(name = "didex", + version = "0.1", + description = "Indexing object store", + author = "Fredrik Tolf", + author_email = "fredrik@dolda2000.com", + packages = ["didex"], + license = "GPL-3")