Skip to content

Commit

Permalink
remove requirements var
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo999 committed Jun 26, 2023
1 parent 952fd9b commit 54eec2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/usr/bin/env python

import os

from setuptools import find_packages, setup

with open("README.md", mode="r", encoding="utf-8") as f:
long_description = f.read()

with open("requirements.txt", mode="r", encoding="utf-8") as f:
requirements = f.read().splitlines()

exec(open("mindaudio/version.py").read())

setup(
Expand Down

0 comments on commit 54eec2c

Please sign in to comment.