Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikahanninen/example-package
https://github.com/mikahanninen/example-package
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikahanninen/example-package
- Owner: mikahanninen
- Created: 2024-02-27T16:12:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T07:33:53.000Z (11 months ago)
- Last Synced: 2024-11-11T04:36:55.828Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom PyPI package
Steps to make
1. Install Python Poetry package
2. poetry init / poetry new
3. modify pyproject.toml
4. code
5. poetry build / poetry publish --build