Skip to content

Commit

Permalink
Change setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jun 1, 2024
1 parent 4084835 commit 7c2157e
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 @@ -7,14 +7,14 @@

setup(
name="salve_ipc",
version="0.3.0",
version="0.3.1",
description="A module that makes easily provides autocompletions, replacement suggestions, and syntax highlighting to your code editor",
author="Moosems",
author_email="[email protected]",
url="https://github.com/Moosems/salve",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[line for line in open("requirements.txt").readlines()],
install_requires=["pygments"],
python_requires=">=3.9",
license="MIT license",
classifiers=[
Expand Down

0 comments on commit 7c2157e

Please sign in to comment.