ソースを参照

fix distribution name

Gerrit 7年前
コミット
f9419c5e32
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      setup.py

+ 1
- 1
setup.py ファイルの表示

@@ -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,

読み込み中…
キャンセル
保存