Explorar el Código

fix missing comma

Oz N Tiram hace 9 años
padre
commit
38f362eb0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -8,7 +8,7 @@ setup(name='blogit',
       license="GNU GPL",
       packages=find_packages(exclude=['tests']),
       install_requires=['Jinja2', 'markdown2', 'tinydb'],
-      test_requires=['pytest', 'beautifulsoup4']
+      test_requires=['pytest', 'beautifulsoup4'],
       entry_points={
               'console_scripts': ['blogit = blogit.blogit:main']
           }