Skip to content

Commit

Permalink
Trivial setup.py, setup.cfg changes
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Aug 17, 2022
1 parent 30516a4 commit 09a71dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from setuptools import setup

Expand Down

0 comments on commit 09a71dc

Please sign in to comment.