Added classifiers and upload script

This commit is contained in:
Jamie Hardt
2019-10-09 20:50:24 -07:00
parent bcee589192
commit a6e33f7e0d
2 changed files with 6 additions and 1 deletions

2
pypi_upload.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

View File

@@ -23,7 +23,10 @@ setup(name='ptulsconv',
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.7"],
"Programming Language :: Python :: 3.7",
"Development Status :: 4 - Beta",
"Topic :: Text Processing :: Filters",
"Topic :: Text Processing :: Markup :: XML"],
packages=['ptulsconv'],
keywords='text-processing parsers film tv editing editorial',
install_requires=['parsimonious'],