In this GitHub repository, you will find the RDF version of the IEEE Thesaurus and the Python code we have developed to convert it into RDF from CSV. This folder contains the Python script that ...
The setup.py tool in python/ uses setuptools.find_packages() to find any (sub)packages. Per the setuptools documentation: find_packages() walks the target directory, filtering by inclusion patterns, ...