Project

General

Profile

« Previous | Next » 

Revision 01c1904a

Added by koszko about 1 year ago

improve packaging of data files

This commit stops setuptools from presenting a depracetion warning.
This commit ensures .mo files will not be included in source distributions.

View differences:

setup.cfg
30 30
zip_safe = False
31 31
package_dir =
32 32
    = src
33
packages = find:
33
packages = find_namespace:
34 34
include_package_data=True
35 35
python_requires = >= 3.7
36 36
install_requires =

Also available in: Unified diff