Browse Source

fix distribution name

Gerrit 7 years ago
parent
commit
f9419c5e32
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

@@ -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…
Cancel
Save