Explorar el Código

fix distribution name

Gerrit hace 7 años
padre
commit
f9419c5e32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Ver fichero

@@ -8,7 +8,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
8 8
 os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
9 9
 
10 10
 setup(
11
-    name='django-posttls',
11
+    name='posttls',
12 12
     version='1.0',
13 13
     packages=find_packages(),
14 14
     include_package_data=True,

Loading…
Cancelar
Guardar