Skip to content

Commit

Permalink
chore: Remove package import from "setup.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Jan 9, 2023
1 parent fd8ba2b commit 420d5c8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import os
import sys

from setuptools import setup

# To locate the package since `setuptools.build_meta` modifies `sys.path`
sys.path.append(os.path.join(os.getcwd(), "src"))

from term_image import __author__, __version__ # noqa: E402

classifiers = [
"Environment :: Console",
"License :: OSI Approved :: MIT License",
Expand All @@ -32,8 +24,8 @@

setup(
name="term-image",
version=__version__,
author=__author__,
version="0.5.0.dev0",
author="AnonymouX47",
author_email="[email protected]",
url="https://github.com/AnonymouX47/term-image",
description="Display images in the terminal",
Expand Down

0 comments on commit 420d5c8

Please sign in to comment.