Metadata-Version: 2.1
Name: d3tools-beta
Version: 0.1.1
Summary: Version Beta de d3tools
Home-page: https://github.com/djulcac/d3tools-beta
Author: Danny Julca C.
Author-email: djulcac@uni.pe
Project-URL: Bug Tracker, https://github.com/djulcac/d3tools-beta/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# D3TOOLS

## Build

Generar los archivos
```bash
python -m build
```

Subir
```bash
python -m twine upload dist/*
```

## References

- https://packaging.python.org/en/latest/tutorials/packaging-projects/
