dbf icon indicating copy to clipboard operation
dbf copied to clipboard

doc: move help files to project root

Open cmsax opened this issue 4 years ago • 4 comments

Re-arrange help files like:

  • LICENSE
  • README.md
  • WHATSNEW

to project root directory.

pip install . test passed with python2.7 & python3.7.7.

cmsax avatar Sep 25 '20 06:09 cmsax

This PR is a patch for Issue #5

cmsax avatar Sep 25 '20 06:09 cmsax

Python2.7 pip install . result:

image

Python 3.7.7 pip install . result:

image

cmsax avatar Sep 25 '20 06:09 cmsax

You deleted the MANIFEST? Maybe it should be altered in the following way:

recursive-include dbf *
LICENSE
README.md
setup.py
WHATSNEW

wagnerpeer avatar Oct 16 '20 12:10 wagnerpeer

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.

cmsax avatar Oct 16 '20 15:10 cmsax