pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Actualize docs after setup modernization

Open agcr opened this issue 1 year ago • 0 comments

In https://github.com/pydata/pandas-datareader/pull/978 project moved away from setup.py but there are still several references to setup.py in documentation:

$ grep -r setup.py . ... ./docs/source/index.rst: python setup.py install ./README.md:python setup.py install ./release-procedure.md: python setup.py register sdist bdist_wheel --universal

agcr avatar Nov 12 '23 07:11 agcr