setup.py (130B)
1 from setuptools import setup 2 3 setup( 4 packages=[ 5 'hexathon', 6 ], 7 license='WTFPL', 8 )
hexathonCommon and uncommon hex string operations for python3 | |
git clone git://git.defalsify.org/python-hexathon.git | |
Info | Log | Files | Refs | LICENSE |