Skip to content

Commit 74e5049

Browse files
committed
PyPi package
1 parent 53ac105 commit 74e5049

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1.0, 25.01.2022.
6+
Release 1.2.0, 25.01.2022.
77

88
- Package adjusted for PyPi
99

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Same as the Siegel format but with the additional header.
5353
Same as the Lednicer format but multiplied by 100.
5454

5555
## License
56-
Copyright (C) 2022 Miloš Petrašinović <[email protected]>
56+
Copyright (C) 2022 Milos Petrasinovic <[email protected]>
5757

5858
This program is free software: you can redistribute it and/or modify
5959
it under the terms of the GNU General Public License as

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# read the contents of your README file
44
from pathlib import Path
55
this_directory = Path(__file__).parent
6-
long_description = (this_directory / "README.md").read_text(encoding="UTF-8")
6+
long_description = (this_directory / "README.md").read_text()
77
print(long_description)
88

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

0 commit comments

Comments
 (0)