Skip to content

Commit 57d3e5b

Browse files
committed
src - Fix setup.py and remove unused imports
1 parent b4ae3d5 commit 57d3e5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env python
2-
import os
3-
import sys
42
from pathlib import Path
53
from setuptools import setup, find_packages
64

@@ -40,7 +38,7 @@
4038
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests"]),
4139
include_package_data=True,
4240
package_data={
43-
#"": ["README"],
41+
# "": ["README"],
4442
},
4543
setup_requires=["pytest-runner"],
4644
tests_require=["pytest"],

0 commit comments

Comments
 (0)