changeset 1167:f67b4f892195

minor pypi update
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 21 Jun 2021 22:55:29 -0400
parents 7b4d732f82b3
children d71a4d174b1a
files Makefile setup.py
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jun 10 23:51:42 2021 -0400
+++ b/Makefile	Mon Jun 21 22:55:29 2021 -0400
@@ -9,7 +9,7 @@
 
 clean:
 	@cd c && make clean
-	@cd python && rm *.pyc
+	@cd trafficintelligence && rm *.pyc
 
 installpython:
 	@echo "========================================="
@@ -20,9 +20,10 @@
 	@rm /tmp/trafficintelligence.tar.gz
 	@cp scripts/* $(INSTALL_DIR)
 uploadpython:
-	@python setup.py sdist bdist_wheel
+	@python setup.py sdist
 	@twine upload dist/* --skip-existing
 	#python setup.py sdist upload
+	#python setup.py sdist bdist_wheel
 
 install: cexe installpython
 	@echo "========================================="
--- a/setup.py	Thu Jun 10 23:51:42 2021 -0400
+++ b/setup.py	Mon Jun 21 22:55:29 2021 -0400
@@ -5,7 +5,7 @@
     
 setuptools.setup(
     name='trafficintelligence',
-    version='0.2.6',
+    version='0.2.7',
     author='Nicolas Saunier',
     author_email='nicolas.saunier@polymtl.ca',
     url='https://bitbucket.org/Nicolas/trafficintelligence',