Opened 14 years ago
Closed 14 years ago
#13947 closed (worksforme)
No "examples" directory in setup.cfg - problem with rpm generation
Reported by: | adam_przybyla | Owned by: | Natalia Bidart |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
[pytoolkit@hacker django]$ LC_ALL=C TZ=UTC0 diff -Naur setup.cfg_old setup.cfg
--- setup.cfg_old 2010-07-15 17:20:38.000000000 +0000
+++ setup.cfg 2010-07-15 17:20:49.000000000 +0000
@@ -1,4 +1,4 @@
[bdist_rpm]
-doc_files = docs examples extras AUTHORS INSTALL LICENSE README
+doc_files = docs extras AUTHORS INSTALL LICENSE README
install-script = scripts/rpm-install.sh
[pytoolkit@hacker django]$
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Hello,
I've checked on the django source code (currently revno 14551) and there is no examples/ directory listed nowhere in setup.cfg. I tried both setup.py sdist and setup.py install, and both work perfectly.
I'm setting this as worksforme. If you think this problem is not solved, please reopen the bug report and add detailed instructions in order to reproduce.
Thanks!