Hey pgadmin-hackers,

here's my next try. I think I've found some typos in the pip setup script, see the attachent. And I've got one question: Why is there a "pgadmin4-1.1-py2-none-any.whl" AND a "pgadmin4-1.2-py2.py3-none-any.whl" being built? The "py2.py3" part confuses me: what does it mean?

Thanks,
Jonas Thelemann

diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py
index 740d655..010701d 100644
--- a/pkg/pip/setup_pip.py
+++ b/pkg/pip/setup_pip.py
@@ -13,7 +13,7 @@ import imp
 from setuptools import setup
 from codecs import open

-"""This script is used to help generate PIP packages"""
+"""This script helps to generate PIP packages"""

 # Get the requirements list for the current version of Python
 req_file='../requirements.txt'
@@ -57,7 +57,7 @@ setup(
     #   5 - Production/Stable
     'Development Status :: 5 - Production/Stable',

-    # Suppported Programming Languages
+    # Supported programming languages
     'Programming Language :: Python :: 2.6',
     'Programming Language :: Python :: 2.7',
     'Programming Language :: Python :: 3.3',
@@ -71,7 +71,7 @@ setup(
     # Specify package names here.
     packages=["pgadmin4",],

-    # To inclue dditional files into the package
+    # To include additional files within the package
     include_package_data=True,

     install_requires=required,
@@ -82,7 +82,7 @@ setup(
         ":python_version<='2.7'": ["importlib"],
     },

-    # Specify date files to be included. For Python 2.6 need to include them 
in MANIFEST.in
+    # Specify data files to be included. For Python 2.6 include them in 
MANIFEST.in
     ##package_data="",

     # To package data files outside package directory.
-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to