fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

os packaging updates #7

Closed fstab50 closed 4 years ago

fstab50 commented 5 years ago

modify data_files facility in setup.py to place configuration files in the module root:

/usr/local/lib/python3.x/site-packages/xlines/config/exclusions.list

and

/usr/local/lib/python3.x/site-packages/xlines/config/directories.list

fstab50 commented 5 years ago

Reason: when installing xlines via pip as root or using sudo, the configuration files are installed in root's home instead of user's home.

This change will align the os package version with pip version. Both will cp config files to the user's home upon startup.

fstab50 commented 4 years ago

completed in version 0.7.14