Skip to content

Commit

Permalink
Merge pull request #4 from b-diggity/linting
Browse files Browse the repository at this point in the history
setup
  • Loading branch information
b-diggity authored Mar 20, 2021
2 parents ab9a632 + 397d804 commit 328dac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as readme_file:
readme = readme_file.read()

requirements = ["smtplib>=0.1"]
# requirements = ["smtplib>=0.1"]

setup(
name="utilities",
Expand All @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/b-diggity/utilities",
packages=find_packages(),
install_requires=requirements,
# install_requires=requirements,
classifiers=[
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT",
Expand Down

0 comments on commit 328dac1

Please sign in to comment.