Browse Source

Add dependency to Move-Corresponding XLS

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

+ 2 - 2
setup.py

@@ -5,11 +5,11 @@ if __name__ == '__main__':
         long_description = fh.read()
 
     setuptools.setup(
-        name="baangt-MvCrrspXLS",
+        name="icopy2xls",
         version="0.0.2",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
-        description="Append rows of one Excel sheet to another",
+        description="Append rows of one Excel sheet to another, if header lines fit",
         long_description=long_description,
         long_description_content_type="text/markdown",
         url="https://baangt.org",