File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3030install_requires = [
3131 "PyQt5==5.15.4" ,
3232 "PyQt5-sip" ,
33+ "requests" ,
34+ "beautifulsoup4" ,
3335 "dataclasses ; python_version<'3.7'"
3436]
3537
4345 description = "A GUI for managing Python virtual environments." ,
4446 long_description = long_desc ,
4547 long_description_content_type = "text/x-rst" ,
46- author = "sinusphi " ,
48+ author = "Youssef Serestou " ,
47494850 url = "https://github.com/sinusphi/venvipy" ,
49- download_url = "https://github.com/sinusphi/venvipy/archive/v0.3.3 .tar.gz" ,
51+ download_url = "https://github.com/sinusphi/venvipy/archive/v0.3.4 .tar.gz" ,
5052 keywords = [
5153 "python" ,
5254 "python3" ,
5355 "venv" ,
5456 "virtualenvironment" ,
57+ "virtual-environment" ,
5558 "pyqt" ,
5659 "pyqt5" ,
5760 "pyqt5-desktop-application" ,
You can’t perform that action at this time.
0 commit comments