I have created a python package that includes a setup.py file. I need this package to be distributed among some clients, who will import and build their products on top of my package and I want to make the package proprietary as it contains some sensitive information.
I have added a license header but there are some URLs that I want to hide from my clients. How to achieve this? Thank you