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