mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
18 lines
410 B
Python
18 lines
410 B
Python
--- 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
|
|
+)
|