Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwongaz committed Jul 29, 2022
1 parent c5f38bd commit 2565783
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from setuptools import setup, find_packages

setup(
name="air_traffic",
version="1.0",
packages=find_packages("air_traffic")
)

0 comments on commit 2565783

Please sign in to comment.