Procházet zdrojové kódy

fix distribution name

Gerrit před 7 roky
rodič
revize
f9419c5e32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Zobrazit soubor

@@ -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…
Zrušit
Uložit