chiark / gitweb /
Makefiles: Use Final.sd.mk to implementing RECHECK_RM
[secnet.git] / base91-python / setup.py
1 from setuptools import setup
2
3 setup(
4     name='base91',
5     version='1.0.1',
6     packages=['base91'],
7     url='https://github.com/SunDwarf/base91-python',
8     license='New BSD',
9     author='',
10     author_email='',
11     description='Base91 encoding in Python'
12 )