Skip to content

Commit 97e1f5b

Browse files
committed
Update setup.py
1 parent 0ae6a4c commit 97e1f5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="revit_meows",
5-
version="0.1.0",
5+
version="0.1.1",
66
author="chuongmep",
77
author_email="[email protected]",
88
description="A tool for extracting data from Revit ACC",
@@ -18,7 +18,6 @@
1818
"aps-toolkit"
1919
],
2020
python_requires=">=3.9",
21-
package_dir={"" : "."},
2221
classifiers=[
2322
"Programming Language :: Python :: 3",
2423
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)