Metadata-Version: 2.4
Name: termux-twine-build
Version: 0.2.1
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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org)
[![PyPI version](https://img.shields.io/pypi/v/termux-twine-build.svg?color=blue)](https://pypi.org/project/termux-twine-build/)
[![PyPI downloads](https://img.shields.io/pypi/dm/termux-twine-build.svg)](https://pypi.org/project/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
```
### Use twine or build like normal
#### Ex: building the dist files
```bash
python -m build
```
#### Ex: uploading to pypi
```bash
twine upload dist/*
```
## Links!
### Create an issue [Here](https://github.com/Ruizennis/Termux-Twine-Build/issues)!

### View the pypi package [Here](https://pypi.org/project/termux-twine-build/)!
___
# Project is licensed under the Mit license, see [LICENSE](LICENSE).
