Skip to content

Commit

Permalink
forgot to copy critical imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Dec 17, 2020
1 parent d4b4cc7 commit 0e3bcf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python
from setuptools import find_packages
from distutils.core import setup

import os
import re

this_directory = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(this_directory, 'README.md')) as f:
Expand Down

0 comments on commit 0e3bcf1

Please sign in to comment.