Skip to content

Commit

Permalink
missing comma in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boyska committed Jan 19, 2015
1 parent f390b66 commit 212a383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def read(fname):
package_data = {
# If any package contains *.mo include them:
# important! leave all the stars!
'webant': ['translations/*/*/*.mo']
'webant': ['translations/*/*/*.mo']
},
include_package_data=True,
tests_require=['nose'],
Expand All @@ -112,7 +112,7 @@ def read(fname):
"Framework :: Flask",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2"
"Programming Language :: Python :: 2",
"Development Status :: 4 - Beta"
]
)

0 comments on commit 212a383

Please sign in to comment.