Skip to content

Commit

Permalink
Updated readme and setuppy
Browse files Browse the repository at this point in the history
  • Loading branch information
w-kuipers committed Jan 24, 2022
1 parent 9f2c132 commit fb2b9f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Note the `pip` refers to the Python 3 package manager. In environment where Pyth

## Usage

### In console

Run the `minify-project` command in the terminal. It takes two arguments `src` and `dst`.

minify-project path/to/src path/to/dst

### Python API

Import python_project_minify:

import python_project_minify
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="python-project-minify",
version="0.0.1",
version="0.0.2",
author="Wibo Kuipers",
author_email="w.kuipers@filmage.nl",
description="A quick way to compile your Python project into it's most compact form. Built on the great python-minify package.",
Expand Down

0 comments on commit fb2b9f3

Please sign in to comment.