Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ytbryan/super_simple_package

a super simple python package
https://github.com/ytbryan/super_simple_package

Last synced: about 4 hours ago
JSON representation

a super simple python package

Awesome Lists containing this project

README

        

# super_simple_package

## content

- [73c2421](https://github.com/ytbryan/super_simple_package/commit/73c2421b86d56ccf167d4346df465ec5a87ebf1b) show how to compile and get `dist`

## How to build

```
pip uninstall super_simple_package
pip install -e .
```

## Run compilation

```
python3 setup.py sdist bdist_wheel
```