Add your description here
Project description
cat kwwutils.egg-info/PKG-INFO
from setuptools import setup, find_packages
setup( name='kwwutils', version='0.1.14', packages=find_packages(include=['kwwutils', 'tests']), # other options like install_requires, author, etc. )
mv setup.cfg setup_old.cfg # Move any existing setup.cfg file nano setup.cfg
[metadata] name = kwwutils version = 0.1.14
rm -rf build dist kwwutils.egg-info python setup.py sdist bdist_wheel uv pip install --force-reinstall --no-cache-dir -e .
- debugging from setuptools import setup, find_packages
version = '0.1.14' print(f"Building version {version}")
setup( name='kwwutils', version=version, packages=find_packages(include=['kwwutils', 'tests']), # other options like install_requires, author, etc. )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kwwutils-0.1.15.tar.gz.
File metadata
- Download URL: kwwutils-0.1.15.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec1f3f567ff50027d36887dedadbb8f44a0817252200724b7ded06b1c79ec02e
|
|
| MD5 |
369b08bbd5f5ee71dd56aebabde5ad67
|
|
| BLAKE2b-256 |
d2484bdae4d1de62154aa76dacd93d07820669ecf6aa2709bc7b34a5a4c2d791
|
File details
Details for the file kwwutils-0.1.15-py3-none-any.whl.
File metadata
- Download URL: kwwutils-0.1.15-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5bd20148eb3c7ba20d61e516c7c6371d01b10ff25486006455069e2b782e36b
|
|
| MD5 |
c3fc542278ba58563691aba688f19d84
|
|
| BLAKE2b-256 |
1e4908d19da64a16e9a412fc50502b859df7253dca274b36b6fc4d4d3f7e22c8
|