Skip to content

Commit 9da2ebd

Browse files
renamed package, ready for deployment
1 parent 00a3600 commit 9da2ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ feedback: ## Give feedback
8787

8888
upload: clean ## Upload the code
8989
@$(PYTHON) setup.py sdist bdist_wheel
90-
@$(PYTHON) -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/things*
90+
@$(PYTHON) -m twine upload dist/things.py*
9191

9292
copy-db:
9393
@cp ~/Library/Group\ Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things\ Database.thingsdatabase/main.sqlite* tests/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def package_files(directory):
3333
app=APP,
3434
author=AUTHOR,
3535
author_email=AUTHOR_MAIL,
36-
name="things",
36+
name="things.py",
3737
description=DESCRIPTON,
3838
long_description=LONG_DESRIPTION,
3939
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)