We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b112e87 commit 26f7acaCopy full SHA for 26f7aca
openapi_python_client/templates/setup.py.jinja
@@ -1,6 +1,6 @@
1
import pathlib
2
3
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
4
5
here = pathlib.Path(__file__).parent.resolve()
6
long_description = (here / "README.md").read_text(encoding="utf-8")
0 commit comments