dbf
dbf copied to clipboard
doc: move help files to project root
Re-arrange help files like:
- LICENSE
- README.md
- WHATSNEW
to project root directory.
pip install .
test passed with python2.7 & python3.7.7.
This PR is a patch for Issue #5
Python2.7 pip install .
result:
Python 3.7.7 pip install .
result:
You deleted the MANIFEST? Maybe it should be altered in the following way:
recursive-include dbf *
LICENSE
README.md
setup.py
WHATSNEW
You deleted the MANIFEST? Maybe it should be altered in the following way:
recursive-include dbf * LICENSE README.md setup.py WHATSNEW
Thanks, I'll try.