|
|
@ -17,6 +17,7 @@ setuptools.setup( |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
url="https://github.com/tecnovert/basicswap", |
|
|
|
url="https://github.com/tecnovert/basicswap", |
|
|
|
packages=setuptools.find_packages(), |
|
|
|
packages=setuptools.find_packages(), |
|
|
|
|
|
|
|
include_package_data=True, |
|
|
|
classifiers=[ |
|
|
|
classifiers=[ |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|