We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9bc7b commit 2191e20Copy full SHA for 2191e20
1 file changed
setup.py
@@ -3,8 +3,6 @@
3
with open("README.md", "r", encoding="utf-8") as fp:
4
long_description = fp.read()
5
6
-packages = ["math_parser.py"]
7
-
8
setuptools.setup(
9
name="disno",
10
version="0.1.1",
@@ -22,6 +20,6 @@
22
20
"Programming Language :: Python :: 3",
23
21
"Operating System :: OS Independent",
24
],
25
- packages=packages,
+ py_modules=['math_parser'],
26
python_requires=">=3.7",
27
)
0 commit comments