-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ff663
commit ea7388e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
|
||
setup( | ||
name='typed-argument-parser', | ||
version='1.4', | ||
version='1.4.1', | ||
author='Jesse Michel and Kyle Swanson', | ||
author_email='[email protected]', | ||
description='Typed Argument Parser', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/swansonk14/typed-argument-parser', | ||
download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.tar.gz', | ||
download_url='https://github.com/swansonk14/typed-argument-parser/v_1.4.1.tar.gz', | ||
license='MIT', | ||
packages=find_packages(), | ||
package_data={"tap": ["py.typed"]}, | ||
|