rstam-exs

Results 3 comments of rstam-exs

Hi i clone the repo locally. Then python3 -m build in the directory. that' s it Regards Rogier

I suspected you wanted to keep requirements.txt. Problem is, I could not get setuptools to include it in the generated tarball but not have it be part of the package....

I'm using the instructions as detailed here: https://packaging.python.org/tutorials/packaging-projects/ specifically the Generating distribution archives paragraph: ``` Generating distribution archives The next step is to generate distribution packages for the package. These...