Commit graph

5 commits

Author SHA1 Message Date
cd379e01bb
Windows build/install fixes 2022-01-05 11:53:48 +00:00
f9b6c78f4a
minor fixes and cleanups 2021-10-13 20:44:44 +00:00
ea5eedcff3
minor changes, whitespace 2021-10-02 17:54:11 +00:00
c82eb9d149
setup.py,setup.cfg: Windows build fixes 2021-09-26 21:16:55 +00:00
4a9571424e
setuptools: migrate from setup.py to setup.cfg
The preferred way to install MMGen is now:

    # cd to repository root
    $ python3 -m build --no-isolation
    $ pip3 install --user dist/*.whl

A user install eliminates reliance on superuser privileges and prevents
conflicts with Python packages that may already be installed on the system.

Python dependencies are automatically installed by pip.
2021-09-23 21:28:06 +00:00