Add README and build script
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
import io
|
||||
import setuptools
|
||||
|
||||
with io.open('README.md', encoding='utf-8') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(name='bwb',
|
||||
version="1.0.2",
|
||||
version="1.0.5",
|
||||
description='bwb',
|
||||
long_description='bwb',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
author='bwb',
|
||||
author_email='bwbpy@qotmail.com',
|
||||
license='QPL.txt',
|
||||
url='https://qotmail.com',
|
||||
packages=setuptools.find_packages(),
|
||||
|
||||
Reference in New Issue
Block a user