]> git.phdru.name Git - sqlconvert.git/history - setup.py
Build(setup): Use exec[file] to get version from __version__.py
[sqlconvert.git] / setup.py
2019-02-18 Oleg BroytmanBuild(setup): Use exec[file] to get version from __vers...
2019-02-07 Oleg BroytmanBuild(setup.py): Use `importlib` instead of deprecated...
2019-01-31 Oleg BroytmanPython 3.7
2018-05-25 Oleg BroytmanUpgrade: http://phdru.name -> https://phdru.name
2018-04-16 Oleg BroytmanBuild, docs: pypi.python.org => pypi.org
2018-04-08 Oleg BroytmanStyle(setup.py): Reindent parameters
2018-03-31 Oleg BroytmanBuild(setup.py): Reorder `install_requires`
2018-03-30 Oleg BroytmanBuild(setup.py): Add long_description_content_type
2018-03-29 Oleg BroytmanBuild(setup.py): Add `project_urls`
2018-03-28 Oleg BroytmanBuild(setup.py): Use setuptools instead of distutils
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_version marker and python_r...
2017-09-02 Oleg BroytmanFix(setup): Remove unused package_data
2017-08-19 Oleg BroytmanFix(setup): Fix keywords and platforms
2017-06-17 Oleg BroytmanFix(setup): Fix requirements
2017-06-10 Oleg BroytmanFix homepage URL in setup.py
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-04-30 Oleg BroytmanVersion 0.2.1: Convert README to reST 0.2.1
2017-04-30 Oleg BroytmanUse Portable Python Utilities
2017-04-29 Oleg BroytmanTest at AppVeyor
2017-04-29 Oleg BroytmanPython 3.5, 3.6
2017-04-26 Oleg BroytmanVersion 0.1.2: Fix dependencies 0.1.2
2017-04-26 Oleg BroytmanInstall m_lib.defenc and m_lib from PyPI
2017-03-19 Oleg BroytmanVersion 0.1.0: Split extended INSERTs (mysql2sql) 0.1.0
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-09-25 Oleg BroytmanUse SQLObject for string quoting
2016-09-20 Oleg BroytmanFix scripts in setup.py
2016-09-08 Oleg BroytmanDeclare development status Pre-Alpha
2016-09-04 Oleg BroytmanRename mysql2sql -> sqlconvert
2016-09-03 Oleg BroytmanRename mysql-to-sql.py -> mysql2py
2016-09-03 Oleg BroytmanRequire m_lib
2016-08-27 Oleg BroytmanAdd script mysql-to-sql.py
2016-08-27 Oleg Broytmanfixup! Rename scripts -> demo; move sample.sql into...
2016-08-27 Oleg BroytmanRename scripts -> demo; move sample.sql into demo
2016-08-24 Oleg BroytmanAdd sample and scripts to sdist
2016-07-28 Oleg BroytmanDeclare Python 3 compatibility
2016-07-26 Oleg BroytmanExplain Ignore: E402
2016-07-25 Oleg BroytmanChange classifiers: intended audience are developers
2016-07-23 Oleg BroytmanRequire sqlparse
2016-07-23 Oleg BroytmanFix flake8 warning
2016-07-22 Oleg BroytmanInitial commit - created the project