Skip to content

Commit

Permalink
Merge pull request #2197 from Arkelis/patch-1
Browse files Browse the repository at this point in the history
Add "import os" in setup.py
  • Loading branch information
Kodiologist committed Jan 8, 2022
2 parents 929fd7a + fc6381e commit 9163ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python

import os

from setuptools import find_packages, setup
import fastentrypoints # Monkey-patches setuptools.

Expand Down

0 comments on commit 9163ceb

Please sign in to comment.