File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.7.8
1
+ 0.7.9
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- long_description = """Publish browser extensions to their stores.
4
- Currently only available for Google Chrome."""
3
+ long_description = """Publish Chrome and Firefox extensions."""
5
4
6
5
version_file = open ('VERSION' )
7
6
ver = version_file .read ().strip ()
10
9
setup (
11
10
name = 'webstoremgr' ,
12
11
version = ver ,
13
- description = 'Publish browser extensions to their stores.' ,
12
+ description = long_description ,
14
13
long_description = long_description ,
15
14
author = 'Martin Melka' ,
16
15
author_email = 'melka@avast.com' ,
26
25
'Programming Language :: Python :: 3.5' ,
27
26
'Topic :: Software Development'
28
27
],
29
- url = 'https://git.int.avast. com/melka/webstore-manager ' ,
28
+ url = 'https://github. com/melkamar/webstoremgr ' ,
30
29
include_package_data = True ,
31
30
packages = find_packages (),
32
31
entry_points = {
You can’t perform that action at this time.
0 commit comments