setup.py (poetry-1.1.15) | : | setup.py (poetry-1.2.0) | ||
---|---|---|---|---|
#!/usr/bin/env python | #!/usr/bin/env python | |||
# Learn more: https://github.com/kennethreitz/setup.py | # Learn more: https://github.com/kennethreitz/setup.py | |||
from __future__ import annotations | ||||
import os | import os | |||
import re | ||||
import sys | import sys | |||
from codecs import open | from codecs import open | |||
from setuptools import setup | from setuptools import setup | |||
from setuptools.command.test import test as TestCommand | from setuptools.command.test import test as TestCommand | |||
here = os.path.abspath(os.path.dirname(__file__)) | here = os.path.abspath(os.path.dirname(__file__)) | |||
class PyTest(TestCommand): | class PyTest(TestCommand): | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |