Skip to content
Snippets Groups Projects
Commit 42c7876b authored by Achille Baucher's avatar Achille Baucher
Browse files

Added readme.package.md

parent f63e7c79
No related branches found
No related tags found
No related merge requests found
# Generate or update the package
- I used this tuto: https://packaging.python.org/en/latest/tutorials/packaging-projects/
- Dependencies are in pyprojetc.toml, and some infos in setup.cfg
- With the `python3 -m build` command, packe is built and put in the `dist` floder
- Then we can upload it on pypi or test.pypi with my ids pypi or test.pypi (diffenrent !)
- Then install test or real version
- Other files than pyhon files are not included by default. To add json files for examples, add this in setup.cfg:
```
include_package_data = True
[options.packages_data]
* = *.json
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment