mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
Fixed numerous errors with build
This commit is contained in:
@@ -33,11 +33,16 @@ doc = [
|
||||
"sphinx-rtd-theme >= 1.1.1"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
flit = "ptulsconv.__main__:main"
|
||||
[tool.flit.module]
|
||||
name = "ptulsconv"
|
||||
|
||||
[project.scripts]
|
||||
ptulsconv = "ptulsconv.__main__:main"
|
||||
|
||||
[project.entry_points.console_scripts]
|
||||
ptulsconv = 'ptulsconv.__main__:main'
|
||||
|
||||
[project.urls]
|
||||
Source = 'https://github.com/iluvcapra/ptulsconv'
|
||||
Issues = 'https://github.com/iluvcapra/ptulsconv/issues'
|
||||
Documentation = 'https://ptulsconv.readthedocs.io/'
|
||||
Documentation = 'https://ptulsconv.readthedocs.io/'
|
||||
|
||||
Reference in New Issue
Block a user