Skip to content

Commit

Permalink
taking out namespace_package from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavs committed Oct 28, 2021
1 parent 8cb9c2f commit 5d7785e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ def version():
package_dir={
'': 'src',
'uxarray': 'src/uxarray',
# 'geocat.comp': 'src/geocat/comp'
},
namespace_packages=['UXARRAY'],
# namespace_packages=['UXARRAY'],
packages=['uxarray'],
url='https://github.com/UXARRAY/uxarray',
project_urls={
# 'Documentation': 'https://geocat-comp.readthedocs.io',
# 'Documentation': 'https://uxarray.readthedocs.io',
'Source': 'https://github.com/UXARRAY/uxarray',
'Tracker': 'https://github.com/UXARRAY/uxarray/issues',
},
Expand Down

0 comments on commit 5d7785e

Please sign in to comment.