Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nextino-github authored Dec 30, 2021
1 parent 2a6bce8 commit ea014ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from setuptools import setup, find_packages
from setuptools.command.install import install
import regex as re
import re
import os

class InstallCommand(install):
Expand Down

0 comments on commit ea014ec

Please sign in to comment.