blob: b8653264fe36bd4c33b836b1006673efea225c3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- setup.cfg.orig 2021-08-30 23:00:55 UTC
+++ setup.cfg
@@ -1,5 +1,6 @@
[metadata]
name = platformdirs
+version = %%PORTVERSION%%
description = A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
long_description = file: README.rst
long_description_content_type = text/x-rst
|