Skip to content

Commit

Permalink
Changed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Aug 11, 2023
1 parent 11b9a79 commit 9127d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ ENV/
.mypy_cache/

# IDE settings
.vscode/
.vscode/
.DS_Store
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
long_description_content_type='text/markdown',
include_package_data=True,
keywords='geoai',
name='geoai',
name='geoai-py',
packages=find_packages(include=['geoai', 'geoai.*']),
setup_requires=setup_requirements,
test_suite='tests',
Expand Down

0 comments on commit 9127d0b

Please sign in to comment.