Skip to content

Commit

Permalink
edited setup.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 8, 2017
1 parent f0d7098 commit 2bcc95b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
with open (path.join (here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

# Get the version number and other params from package.json
# Get the version number and all other params from package.json
with open (path.join (here, 'package.json'), encoding = 'utf-8') as f:
package = json.load (f)

Expand Down Expand Up @@ -45,6 +45,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: JavaScript',
'Programming Language :: PHP',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 2bcc95b

Please sign in to comment.