Skip to content

Commit

Permalink
fixing issue of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixbegins committed May 4, 2020
1 parent 0aae5c2 commit 14939bf
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 @@ -25,7 +25,8 @@
classifiers =(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Dependent",
"Development Status :: 4 - Beta",
"Operating System :: POSIX :: Linux",
),
keywords ='MySql, database-migration, python-database-migration',
install_requires = requirements,
Expand Down

0 comments on commit 14939bf

Please sign in to comment.