mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Convert to USE_PYTHON=pep517 - Remove blank line Changes: https://github.com/danialfarid/ng-file-upload/releases
11 lines
307 B
Python
11 lines
307 B
Python
--- setup.py.orig 2023-08-03 12:49:37 UTC
|
|
+++ setup.py
|
|
@@ -6,7 +6,7 @@ setup(
|
|
long_description = open('README.txt').read()
|
|
|
|
setup(
|
|
- name=xs.PACKAGE_NAME,
|
|
+ name='xstatic-angular-fileupload',
|
|
version=xs.PACKAGE_VERSION,
|
|
description=xs.DESCRIPTION,
|
|
long_description=long_description,
|