We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faec56 commit 90b727dCopy full SHA for 90b727d
setup.py
@@ -10,7 +10,7 @@
10
from setuptools import find_packages, setup, Command
11
12
# Package meta-data
13
-NAME = 'Timecard'
+NAME = 'Timecard-App'
14
VERSION = '2.0.0'
15
DESCRIPTION = 'Application for tracking time spent.'
16
AUTHOR = 'Jason C. McDonald'
@@ -40,6 +40,7 @@
40
else:
41
about['__version__'] = VERSION
42
43
+
44
class UploadCommand(Command):
45
"""Support setup.py upload."""
46
0 commit comments