https://github.com/robotframework/RIDE
Revision 77268a80127c2bbf61ec7e586d1e82e175cf773e authored by Hélio Guilherme on 11 August 2021, 01:25:24 UTC, committed by GitHub on 11 August 2021, 01:25:24 UTC
1 parent 0a1cff1
Raw File
Tip revision: 77268a80127c2bbf61ec7e586d1e82e175cf773e authored by Hélio Guilherme on 11 August 2021, 01:25:24 UTC
Improve version of JQuery (#2406)
Tip revision: 77268a8
setup.cfg
[sdist]
force-manifest=1

[bdist_wininst]
bitmap=robot.bmp
install-script=ride_postinstall.py

[pycodestyle]
count = False
max-line-length = 90
statistics = True
back to top