A Toy Experiment to


License
MIT
Install
pip install finlay==0.1.9

Documentation

Finlay

A Testing Project for uploading at Pypi.

So (quickly) How to Do it.

  1. Install setuptools, wheel tqdm and twine in the base environment ( not in vir env)
  2. Open an account in pypi.org.
  3. Build the package with command python3 setup.py sdist bdist_wheel
  4. Now upload with Twine twine upload --repository-url https://upload.pypi.org/legacy/ dist/*