Explorar el Código

fix missing comma

Yahya S. Hamidaddin hace 2 años
padre
commit
71a354d6cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Ver fichero

@@ -10,7 +10,7 @@ setup(
10 10
 	name="openalt_theme_v14",
11 11
 	version=version,
12 12
 	description="Open-Alt Theme for ERPNext / Frappe",
13
-	author="Open-Alt"
13
+	author="Open-Alt",
14 14
 	author_email="contact@open-alt.com",
15 15
 	packages=find_packages(),
16 16
 	zip_safe=False,