diff --git a/README.md b/README.md index 525cb59..2bd4e16 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Publishing a release Change log ========== +v1.0.3 +------ + +- Remove setup.cfg as PyPI doesn't actually support it, instead it's a distutils2 thing that's been discontinued. + v1.0.2 ------ diff --git a/django_tables2/__init__.py b/django_tables2/__init__.py index a4ecd33..ce814e4 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index b88034e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -description-file = README.md