blob: 58b2e78b50aaae093d59a3677a3789dc2b0849e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- setup.py.orig 2015-08-03 09:20:46 UTC
+++ setup.py
@@ -2,7 +2,7 @@ setup(
setup(
- name='Pyganim',
+ name='pyganim',
version='0.9.2',
url='http://inventwithpython.com/pyganim',
author='Al Sweigart',
@@ -28,4 +28,4 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
-)
\ No newline at end of file
+)
|