Skip to content

Commit

Permalink
Fix pip pystd installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ktnlvr committed Jun 4, 2023
1 parent b928b4e commit 2fb8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup(name="pystd")
setup(name="pystd", packages=["pystd"])

0 comments on commit 2fb8653

Please sign in to comment.