Skip to content

Commit 4c6c714

Browse files
committed
Update setup.py
1 parent fa4a33d commit 4c6c714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
description="A tool for extracting data from Revit ACC",
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",
11-
url="https://github.com/chuongmep/aps-revit",
12-
packages=find_packages(exclude=["tests*", "venv*"]),
11+
url="https://github.com/chuongmep/revit-meows",
12+
packages=find_packages(exclude=["revit*", "aps*",'revit_meows*,aps-toolkit']),
1313
include_package_data=True,
1414
install_requires=[
1515
"pandas>=2.1.4",

0 commit comments

Comments
 (0)