Skip to content

Commit

Permalink
Eliminate PyPI name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMouse92 committed Dec 28, 2019
1 parent 7faec56 commit 90b727d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import find_packages, setup, Command

# Package meta-data
NAME = 'Timecard'
NAME = 'Timecard-App'
VERSION = '2.0.0'
DESCRIPTION = 'Application for tracking time spent.'
AUTHOR = 'Jason C. McDonald'
Expand Down Expand Up @@ -40,6 +40,7 @@
else:
about['__version__'] = VERSION


class UploadCommand(Command):
"""Support setup.py upload."""

Expand Down

0 comments on commit 90b727d

Please sign in to comment.