Skip to content

Commit e05a3ad

Browse files
committed
fix
1 parent 97e1f5b commit e05a3ad

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

setup.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
long_description=open("Readme.md").read(),
1010
long_description_content_type="text/markdown",
1111
url="https://github.com/chuongmep/revit-meows",
12-
packages=find_packages(exclude=["revit*", "aps*",'revit_meows*,aps-toolkit']),
12+
package_dir={"": "src"},
13+
# packages=find_packages(where="src"),
1314
include_package_data=True,
1415
install_requires=[
1516
"pandas>=2.1.4",
@@ -22,10 +23,5 @@
2223
"Programming Language :: Python :: 3",
2324
"License :: OSI Approved :: Apache Software License",
2425
"Operating System :: OS Independent",
25-
],
26-
entry_points={
27-
"console_scripts": [
28-
# Define command-line scripts here if needed
29-
],
30-
},
26+
]
3127
)

0 commit comments

Comments
 (0)