@@ -25,7 +25,8 @@ def run_tests(self):
2525setup (
2626 name = 'flask-sqlacodegen' ,
2727 description = 'Automatic model code generator for SQLAlchemy with Flask support' ,
28- long_description = open ('README.rst' ).read (),
28+ long_description = open ("README.md" ).read (),
29+ long_description_content_type = "text/markdown" ,
2930 version = sqlacodegen .version ,
3031 author = 'Kamil Sindi' ,
3132 classifiers = [
@@ -36,15 +37,14 @@ def run_tests(self):
3637 'Topic :: Database' ,
3738 'Topic :: Software Development :: Code Generators' ,
3839 'Programming Language :: Python' ,
39- 'Programming Language :: Python :: 2.6' ,
4040 'Programming Language :: Python :: 2.7' ,
4141 'Programming Language :: Python :: 3' ,
4242 'Programming Language :: Python :: 3.2' ,
4343 'Programming Language :: Python :: 3.3' ,
4444 'Programming Language :: Python :: 3.4' ,
4545 'Programming Language :: Python :: 3.5' ,
4646 'Programming Language :: Python :: 3.6' ,
47- 'Programming Language :: Python :: 3.7'
47+ 'Programming Language :: Python :: 3.7' ,
4848 ],
4949 keywords = ['sqlalchemy' , 'sqlacodegen' , 'flask' ],
5050 license = 'MIT' ,
0 commit comments