Metadata-Version: 2.1
Name: squatter
Version: 1.0.0
Summary: Generates minimal setup.py to register a name on pypi
Home-page: https://github.com/python-packaging/squatter
Author: Amethyst Reese
Author-email: amy@n7.gg
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Squatter

For those times you need to register a name prior to having the code ready, but
can't be bothered to remember which fields are required.

Usage:

```
python -m squatter generate --upload mypackage
```

(Uses author information from git config)


# License

Squatter is copyright [Amethyst Reese](https://noswap.com/), and licensed under
the MIT license.  I am providing code in this repository to you under an open
source license.  This is my personal repository; the license you receive to
my code is from me and not from my employer. See the `LICENSE` file for details.
