aboutsummaryrefslogtreecommitdiffstats
path: root/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-46/+0
| | | | | | | | | | * Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.
* ci: run black 20.8b1eine2020-08-271-1/+5
|
* Replace distutils with setuptoolsNicola Corna2020-08-251-1/+1
| | | | 'install_requires' and 'entry_points' are not available in distutils.
* Remove unused 'import distutils.command.build_py'Nicola Corna2020-08-251-1/+0
|
* python: execute 'black'eine2020-08-231-28/+16
|
* python/setup.py: add missing dependency.Tristan Gingold2020-03-211-0/+6
|
* python: update setup.py to install ghdl-lsTristan Gingold2020-03-091-10/+17
|
* python: add version.py, check it in configure.Tristan Gingold2019-06-241-20/+2
|
* setup.py: rework version extraction.Tristan Gingold2019-06-211-2/+36
|
* Move setup.pyTristan Gingold2019-06-201-0/+26