Metadata-Version: 2.1
Name: TeXlinter
Version: 1.1.2
Summary: A small linter for LaTex
Author: Marcus Björnbäck
Author-email: smacke123b@gmail.com
License: BSD 2-clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3

## Make sure you have python3 and pip installed

## To install:
# Linux:
python3 -m pip install --user pipx; python3 -m pip install --user pipx

# macOS:
brew install pipx; pipx ensurepath

## How to use:
# Linux and macOS:
TeXlinter <your .tex document>

