On Thu, Feb 15, 2018 at 11:04:48AM -0800, Omar Sandoval wrote: > +setup( > + name='btrfsutil', > + version=get_version(), > + description='Library for managing Btrfs filesystems', > + url='https://github.com/kdave/btrfs-progs', > + license='GPLv3',
LGPLv3? > + cmdclass={'build_ext': my_build_ext}, > + ext_modules=[module], > +) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html