Skip to content

Commit

Permalink
chore: add MANIFEST and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Jan 30, 2024
1 parent 2b6ba7a commit 6cc32a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include *.in
include *.ini
include *.rst
include *.txt
include LICENSE

global-exclude __pycache__ *.py[cod]
global-exclude *.so *.dylib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="pymetaf",
version="0.1.5",
version="1.0.0",
author="Wentao Li",
author_email="[email protected]",
description="A python package for parsing metar & taf raw text",
Expand Down

0 comments on commit 6cc32a9

Please sign in to comment.