Skip to content

Commit

Permalink
Fix: setup.py requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwongaz committed Aug 28, 2022
1 parent 51f0e08 commit 2a69f9a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

setup(
name="air_traffic",
version="1.0",
packages=find_packages("air_traffic")
version="1.0.0",
packages=find_packages("air_traffic"),
install_requires=[
"numpy",
"scipy",
"pandas",
"matploblib",
"cartopy",
"geopy"
],
)

0 comments on commit 2a69f9a

Please sign in to comment.