Browse Source

Proper import of icopy2xls in setup.py

bernhardbuhl 3 years ago
parent
commit
2edeae7ab4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ if __name__ == '__main__':
                           "schwifty", "selenium", "sqlalchemy",
                           "urllib3", "psutil", "pymsteams", "slack-webhook",
                           "xl2dict", "xlrd3", "xlsxwriter", "atlassian-python-api",
-                          "baangt-MvCrrspXLS"],
+                          "icopy2xls"],
         classifiers=[
             "Programming Language :: Python :: 3",
             "License :: OSI Approved :: MIT License",