Skip to content

Commit

Permalink
remove imports from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Sep 18, 2022
1 parent 7a6faeb commit 818ce06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ install_requires =
pexpect
sphinx_autodoc_typehints
stanza>=1.1.1
toml
uvicorn
python_requires = >2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
include_package_data = True
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
import sys

import setuptools
import setuptools_scm # noqa: F401
import toml # noqa: F401


# workaround for https://github.com/pypa/pip/issues/7953
site.ENABLE_USER_SITE = '--user' in sys.argv[1:]


setuptools.setup(package_data={'udar': ['src/udar/resources/*']},
setup_requires=['setuptools_scm'],
use_scm_version=True,
Expand Down

0 comments on commit 818ce06

Please sign in to comment.