You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
293 B

import setuptools
5 years ago
setuptools.setup(name='bwb',
version="1.0.2",
5 years ago
description='bwb',
long_description='bwb',
author='bwb',
license='QPL.txt',
url='https://qotmail.com',
packages=setuptools.find_packages(),
install_requires=['base58', 'pycryptodome', 'pyotp'],
5 years ago
)