mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-02 09:50:48 +00:00
Fixed numerous errors with build
This commit is contained in:
@@ -3,6 +3,6 @@ Parse and convert Pro Tools text exports
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '1.0.6'
|
__version__ = '1.0.6'
|
||||||
# __author__ = 'Jamie Hardt'
|
__author__ = 'Jamie Hardt'
|
||||||
# __license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
# __copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)
|
__copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)
|
||||||
|
|||||||
@@ -33,9 +33,14 @@ doc = [
|
|||||||
"sphinx-rtd-theme >= 1.1.1"
|
"sphinx-rtd-theme >= 1.1.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[tool.flit.module]
|
||||||
flit = "ptulsconv.__main__:main"
|
name = "ptulsconv"
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
ptulsconv = "ptulsconv.__main__:main"
|
||||||
|
|
||||||
|
[project.entry_points.console_scripts]
|
||||||
|
ptulsconv = 'ptulsconv.__main__:main'
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Source = 'https://github.com/iluvcapra/ptulsconv'
|
Source = 'https://github.com/iluvcapra/ptulsconv'
|
||||||
|
|||||||
Reference in New Issue
Block a user