Metadata-Version: 2.4
Name: termux-twine-build
Version: 0.1.0
Summary: A version of twine and build compatable with Termux
Author: Ruizennis
License: MIT
Project-URL: Homepage, https://github.com/Ruizennis/Termux-Twine-Build
Project-URL: Issues, https://github.com/Ruizennis/Termux-Twine-Build/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: twine==6.2.0
Requires-Dist: build==1.5.1
Requires-Dist: readme-renderer==41.0
Requires-Dist: bleach>=6.4.0
Requires-Dist: requests==2.34.2
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: packaging>=26.2
Requires-Dist: urllib3>=2.7.0
Requires-Dist: pkginfo>=1.12.0
Requires-Dist: tqdm>=4.67.0
Dynamic: license-file

# Termux Twine & Build
## This package installs multiple pip packages that allow twine and build to work on Termux
### Aware: Certain commands like twine check may not work however commands like twine upload dist/* or python -m build should have full functionality

## Installation
### install the package, it should install every package needed for twine and build to work on termux
```python
pip install Termux-twine-build
```

### Uninstall the unneeded pip package
```python
pip uninstall Termux-twine-build
```

# Project is licensed under the Mit license, see [LICENSE](LICENSE).
