File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ feedback: ## Give feedback
87
87
88
88
upload : clean # # Upload the code
89
89
@$(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 *
91
91
92
92
copy-db :
93
93
@cp ~ /Library/Group\ Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things\ Database.thingsdatabase/main.sqlite* tests/
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def package_files(directory):
33
33
app = APP ,
34
34
author = AUTHOR ,
35
35
author_email = AUTHOR_MAIL ,
36
- name = "things" ,
36
+ name = "things.py " ,
37
37
description = DESCRIPTON ,
38
38
long_description = LONG_DESRIPTION ,
39
39
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments