https://github.com/softprodigyindia/django-kuldeep
https://github.com/softprodigyindia/django-kuldeep
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softprodigyindia/django-kuldeep
- Owner: SoftprodigyIndia
- Created: 2021-01-08T08:50:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T10:44:49.000Z (over 5 years ago)
- Last Synced: 2025-02-26T15:34:30.566Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pypi-poc
1) Create a package build
python manage.py sdist
2) Upload package on pypi
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*