Skip to content

Commit 122c6f9

Browse files
committedFeb 23, 2018
Fix pypi info
1 parent cb8a5f1 commit 122c6f9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.8
1+
0.7.9

‎setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
long_description = """Publish browser extensions to their stores.
4-
Currently only available for Google Chrome."""
3+
long_description = """Publish Chrome and Firefox extensions."""
54

65
version_file = open('VERSION')
76
ver = version_file.read().strip()
@@ -10,7 +9,7 @@
109
setup(
1110
name='webstoremgr',
1211
version=ver,
13-
description='Publish browser extensions to their stores.',
12+
description=long_description,
1413
long_description=long_description,
1514
author='Martin Melka',
1615
author_email='melka@avast.com',
@@ -26,7 +25,7 @@
2625
'Programming Language :: Python :: 3.5',
2726
'Topic :: Software Development'
2827
],
29-
url='https://git.int.avast.com/melka/webstore-manager',
28+
url='https://github.com/melkamar/webstoremgr',
3029
include_package_data=True,
3130
packages=find_packages(),
3231
entry_points={

0 commit comments

Comments
 (0)
Please sign in to comment.