diff --git a/setup.py b/setup.py index 8d6b519..2de593f 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,7 @@ url='https://github.com/sileod/xpflow', author='sileod', license='MIT', - install_requires=['easydict'], - download_url='https://github.com/sileod/xpflow/archive/refs/tags/v0.3.tar.gz', + install_requires=['easydict','sorcery'], py_modules=['xpflow'], long_description=long_description, long_description_content_type='text/markdown',