Skip to content

Commit

Permalink
Update install_requires and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
beucismis committed Mar 1, 2022
1 parent 8d9dc46 commit 36814b9
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
Expand Up @@ -3,7 +3,6 @@


long_description = open("README.md").read()
install_requires = [i.strip() for i in open("requirements.txt").readlines()]

setuptools.setup(
name="easynewsletter",
Expand All @@ -24,9 +23,9 @@
"Topic :: Communications :: Email",
"Topic :: Software Development :: Libraries",
],
install_requires=install_requires,
install_requires=["redmail==0.3.1", "schedule==1.1.0"],
platforms=["Linux", "Windows", "MacOS"],
keywords=["newsletter scheduler red-mail"],
keywords=["newsletter schedule mail self-database"],
project_urls={
"Docs": "https://easynewsletter.readthedocs.io",
},
Expand Down

0 comments on commit 36814b9

Please sign in to comment.