Skip to content

Commit

Permalink
tweak setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Aug 24, 2020
1 parent 90e4ef8 commit 1381ffe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with GridMap. If not, see <http://www.gnu.org/licenses/>.
import sys

from setuptools import setup

# To get around the fact that you can't import stuff from packages in setup.py
Expand Down Expand Up @@ -63,5 +64,7 @@ def requirements():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3'],
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'],
zip_safe=False)

0 comments on commit 1381ffe

Please sign in to comment.