Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 26, 2024
1 parent b2524cb commit a93c6a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2023 Toru Seo
# License: MIT License

from setuptools import setup
from setuptools import setup, find_packages
#import uxsim

DESCRIPTION = "UXsim: traffic flow simulator"
Expand All @@ -28,9 +28,7 @@
EXTRAS_REQUIRE = {
}

PACKAGES = [
'uxsim'
]
PACKAGES = find_packages()

CLASSIFIERS = [
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit a93c6a1

Please sign in to comment.