cfgdiff icon indicating copy to clipboard operation
cfgdiff copied to clipboard

Feature/pyproject pypi

Open AndydeCleyre opened this issue 5 years ago • 0 comments

I thought I'd have a go at updating this and preparing it for PyPI. Please have a look at these changes; I hope they're useful.

You should be able to build a package locally:

$ pip install '.[dev]'
$ flit build

Or build and publish to PyPI at once:

$ pip install '.[dev]'
$ flit publish

I dropped py2 support along the way...

AndydeCleyre avatar Aug 03 '20 04:08 AndydeCleyre