Skip to content

Commit 69724d3

Browse files
committed
PyPi package
1 parent 74e5049 commit 69724d3

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python-importAirfoil
33
Python Airfoil coordinates import function.
44
--------------------
55

6-
Release 1.2.0, 25.01.2022.
6+
Release 1.3.0, 25.01.2022.
77

88
- Package adjusted for PyPi
99

importAirfoil/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .importAirfoil import *
File renamed without changes.

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
setup(
1010
name='importAirfoil',
11-
version='1.2.0',
12-
packages=['src'],
11+
version='1.3.0',
12+
packages=['importAirfoil'],
1313
url='https://github.com/VAZMFB/Python-importAirfoil',
14-
download_url = 'https://github.com/VAZMFB/Python-importAirfoil/archive/refs/tags/1.2.0.tar.gz',
14+
download_url = 'https://github.com/VAZMFB/Python-importAirfoil/archive/refs/tags/1.3.0.tar.gz',
1515
keywords = ['airfoil', 'import-airfoil'],
1616
license='GPL-3.0-or-later',
1717
author='Miloš Petrašinović',

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)