From 09a71dcc5052b9e8882eaa606b06826b950ee05b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 17 Aug 2022 17:28:36 +0100 Subject: [PATCH] Trivial setup.py, setup.cfg changes Signed-off-by: Stephen Finucane --- setup.cfg | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7c8a755..b948fea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,8 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only + Topic :: Documentation + Topic :: Utilities python_requires = >=3.7 keywords = sphinx diff --git a/setup.py b/setup.py index 26f5ba6..33db8be 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from setuptools import setup