~tmk/typed-flags

Update setup.py v1 APPLIED

Thomas M: 1
 Update setup.py

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tmk/typed-flags/patches/11205/mbox | git am -3
Learn more about email & git

[PATCH] Update setup.py Export this patch

The setup.py was a bit outdated.

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 620452a..27fded4 100644
--- a/setup.py
+++ b/setup.py
@@ -7,11 +7,11 @@ setup(
    name="typed-flags",
    version="0.2.0.dev1",
    author="Thomas Kehrenberg",
    author_email="t.kehrenberg@sussex.ac.uk",
    author_email="thomas5max@gmail.com",
    description="Typed Flags",
    long_description=long_description,
    long_description_content_type="text/markdown",
    url="https://github.com/thomkeh/typed-flags",
    url="https://git.sr.ht/~tmk/typed-flags",
    license="Apache",
    packages=find_packages(),
    package_data={"typed_flags": ["py.typed"]},
-- 
2.24.2 (Apple Git-127)