Skip to content

Commit

Permalink
rename the package
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-yadla committed Nov 28, 2022
1 parent 988a3b0 commit b872a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
author="phani-yadla",
url="http://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["target-userpilot"],
py_modules=["target_userpilot"],
install_requires=[
"singer-python>=5.0.12",
],
entry_points="""
[console_scripts]
target-userpilot=target-userpilot:main
target-userpilot=target_userpilot:main
""",
packages=["target-userpilot"],
packages=["target_userpilot"],
package_data = {},
include_package_data=True,
)
File renamed without changes.

0 comments on commit b872a8d

Please sign in to comment.