Browse Source

Include io.h

master
Raphael Roberts 4 years ago
parent
commit
a150e96d76
  1. 2
      setup.py

2
setup.py

@ -13,7 +13,7 @@ setuptools.setup(
author="SuperStormer",
url="https://github.com/SuperStormer/c2logic",
project_urls={"Source Code": "https://github.com/SuperStormer/c2logic"},
headers=["include/builtins.h"],
headers=["include/builtins.h", "include/io.h"],
entry_points={"console_scripts": ["c2logic=c2logic.compiler:main"]},
install_requires=["pycparser~=2.20"]
)
Loading…
Cancel
Save