Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CEXT-Dan committed Dec 29, 2024
1 parent ce6c37e commit b5fc9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(
name="pyrx",
name="cad-pyrx",
version="2.1.6",
description="Python ObjectArx Wrappers",
author="PyRx Dev Team",
Expand All @@ -13,6 +13,7 @@
include_package_data=True,
package_data={"pyrx": ["*.arx", "*.brx", "*.grx", "*.zrx"]},
install_requires=["wxPython>=4.2.2", "debugpy>=1.8.0", "pywin32"],
long_description=open('README.md', 'r').read(),
keywords=[
"AutoCAD",
"BricsCAD",
Expand Down

0 comments on commit b5fc9b6

Please sign in to comment.