Skip to content

Commit

Permalink
Add "import os" in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkelis authored Jan 8, 2022
1 parent 929fd7a commit fc6381e
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 fc6381e

Please sign in to comment.