This is short description
Project description
Long description
Using setup.py
pip install twine
python3 setup.py sdist bdist_wheel
twine upload dist/*
Using pyproject.toml
pip install twine
python3 -m build
python3 setup.py sdist bdist_wheel
twine upload dist/*
setup.py
-----# from setuptools import setup, find_packages
setup(
name = "zigzag-cases",
version = "0.3.0",
author = "Avinash R",
description = "This is short description",
long_description = open("README.md").read(),
long_description_content_type="text/markdown"
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zigzag-cases-0.4.0.tar.gz
(1.3 kB
view details)
Built Distribution
File details
Details for the file zigzag-cases-0.4.0.tar.gz
.
File metadata
- Download URL: zigzag-cases-0.4.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 902858fea416b321365250d8c4c59cc1945610c265f9414d9786d822c2efc8c1 |
|
MD5 | f9d6a59e71f3ec75f05be89190249e5c |
|
BLAKE2b-256 | 6435668415521240e4a148dc5de5d3d69dcaa717f0b44c99dd52ef9cb2ba660b |
File details
Details for the file zigzag_cases-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: zigzag_cases-0.4.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e7bc02010f57874d5acdca39c4fd5456483f622f536d08c43396c455fb414e0 |
|
MD5 | b449fd2e63fa961cf66bfbbcc772d199 |
|
BLAKE2b-256 | 26395d097987099f16a10185dff9119786a3fed3f83ac31239ffd89d8876ef37 |