Skip to content

Commit 90b727d

Browse files
committed
Eliminate PyPI name collision
1 parent 7faec56 commit 90b727d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import find_packages, setup, Command
1111

1212
# Package meta-data
13-
NAME = 'Timecard'
13+
NAME = 'Timecard-App'
1414
VERSION = '2.0.0'
1515
DESCRIPTION = 'Application for tracking time spent.'
1616
AUTHOR = 'Jason C. McDonald'
@@ -40,6 +40,7 @@
4040
else:
4141
about['__version__'] = VERSION
4242

43+
4344
class UploadCommand(Command):
4445
"""Support setup.py upload."""
4546

0 commit comments

Comments
 (0)