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
 os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
8
 os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
9
 
9
 
10
 setup(
10
 setup(
11
-    name='django-posttls',
11
+    name='posttls',
12
     version='1.0',
12
     version='1.0',
13
     packages=find_packages(),
13
     packages=find_packages(),
14
     include_package_data=True,
14
     include_package_data=True,

Loading…
Cancel
Save